mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix tests for !935
This commit is contained in:
parent
3acaa7ede5
commit
84b74d481e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from pathlib import Path
|
|||
localmodule = Path(__file__).resolve().parent.parent
|
||||
print('localmodule: ' + str(localmodule))
|
||||
if localmodule not in sys.path:
|
||||
sys.path.insert(0, localmodule)
|
||||
sys.path.insert(0, str(localmodule))
|
||||
|
||||
import fdroidserver.checkupdates
|
||||
import fdroidserver.metadata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue