fix tests for !935

This commit is contained in:
linsui 2021-06-07 23:27:30 +08:00 committed by linsui
parent 3acaa7ede5
commit 84b74d481e
1 changed files with 1 additions and 1 deletions

View File

@ -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