summaryrefslogtreecommitdiffstats
path: root/tests/other
diff options
context:
space:
mode:
Diffstat (limited to 'tests/other')
-rw-r--r--tests/other/test_configparser.py2
-rw-r--r--tests/other/test_filedatabase.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/other/test_configparser.py b/tests/other/test_configparser.py
index 7f34e64d3..0efd41aee 100644
--- a/tests/other/test_configparser.py
+++ b/tests/other/test_configparser.py
@@ -4,7 +4,7 @@ from nose.tools import raises
from tests.helper.Stubs import Core
-from module.config.ConfigParser import ConfigParser
+from pyload.config.ConfigParser import ConfigParser
class TestConfigParser():
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