mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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
|
|
@ -30,10 +30,10 @@ from distutils.version import LooseVersion
|
|||
import logging
|
||||
import copy
|
||||
|
||||
import common
|
||||
import metadata
|
||||
from common import VCSException, FDroidException
|
||||
from metadata import MetaDataException
|
||||
from . import common
|
||||
from . import metadata
|
||||
from .common import VCSException, FDroidException
|
||||
from .metadata import MetaDataException
|
||||
|
||||
|
||||
# Check for a new version by looking at a document retrieved via HTTP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue