summaryrefslogtreecommitdiffstats
path: root/tests/other/test_configparser.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
commitab415a5f2e490ac1cfd06f4032c520709960f271 (patch)
tree62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/other/test_configparser.py
parentmoved everything from module to pyload (diff)
downloadpyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz
tried to improve setup file
Diffstat (limited to 'tests/other/test_configparser.py')
-rw-r--r--tests/other/test_configparser.py2
1 files changed, 1 insertions, 1 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():