mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-30 18:21:46 -05:00
fix tests for !935
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user