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 committed by Hans-Christoph Steiner
parent 51b88b784b
commit 6271de094e

View File

@ -9,7 +9,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())), '..')