mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Port all imports to python3
This commit is contained in:
parent
11b8b1ca4f
commit
920ae4692f
17 changed files with 45 additions and 42 deletions
|
|
@ -22,8 +22,8 @@ import glob
|
|||
from argparse import ArgumentParser
|
||||
import logging
|
||||
|
||||
import common
|
||||
from common import FDroidPopen
|
||||
from . import common
|
||||
from .common import FDroidPopen
|
||||
|
||||
config = None
|
||||
options = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue