From ab415a5f2e490ac1cfd06f4032c520709960f271 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 19:54:00 +0200 Subject: tried to improve setup file --- tests/other/test_configparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/other/test_configparser.py') 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(): -- cgit v1.2.3