1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

fix: ModuleNotFoundError

This commit is contained in:
proletarius101 2024-02-26 23:08:00 +08:00
parent 76432199be
commit 99a3823621
No known key found for this signature in database

View File

@ -10,7 +10,6 @@ import tempfile
import unittest
from pathlib import Path
from unittest import mock
from fdroidserver import index
localmodule = os.path.realpath(
os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), '..')