mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32: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
|
@ -40,7 +40,7 @@ from queue import Queue
|
|||
from zipfile import ZipFile
|
||||
|
||||
import fdroidserver.metadata
|
||||
from fdroidserver.asynchronousfilereader import AsynchronousFileReader
|
||||
from .asynchronousfilereader import AsynchronousFileReader
|
||||
|
||||
|
||||
XMLElementTree.register_namespace('android', 'http://schemas.android.com/apk/res/android')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue