mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
import: always load testcommon from localmodule
Having this import before sys.path.insert() made it load testcommon from the Debian package.
This commit is contained in:
parent
1e5699e90c
commit
685efa23d4
6 changed files with 6 additions and 8 deletions
|
|
@ -23,7 +23,6 @@ import textwrap
|
|||
from binascii import hexlify
|
||||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
from testcommon import TmpCwd, mkdtemp
|
||||
from unittest import mock
|
||||
|
||||
try:
|
||||
|
|
@ -61,6 +60,7 @@ import fdroidserver.metadata
|
|||
import fdroidserver.update
|
||||
from fdroidserver.common import CATEGORIES_CONFIG_NAME
|
||||
from fdroidserver.looseversion import LooseVersion
|
||||
from testcommon import TmpCwd, mkdtemp
|
||||
|
||||
|
||||
DONATION_FIELDS = ('Donate', 'Liberapay', 'OpenCollective')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue