diff options
Diffstat (limited to 'tests/other/test_filedatabase.py')
-rw-r--r-- | tests/other/test_filedatabase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/other/test_filedatabase.py b/tests/other/test_filedatabase.py index 9a5b236a8..f2a60e997 100644 --- a/tests/other/test_filedatabase.py +++ b/tests/other/test_filedatabase.py @@ -3,8 +3,8 @@ from tests.helper.Stubs import Core from tests.helper.BenchmarkTest import BenchmarkTest -from module.Api import DownloadState, PackageInfo, FileInfo -from module.database import DatabaseBackend +from pyload.Api import DownloadState, PackageInfo, FileInfo +from pyload.database import DatabaseBackend # disable asyncronous queries DatabaseBackend.async = DatabaseBackend.queue |