diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 19:54:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 19:54:00 +0200 |
commit | ab415a5f2e490ac1cfd06f4032c520709960f271 (patch) | |
tree | 62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/manager/test_interactionManager.py | |
parent | moved everything from module to pyload (diff) | |
download | pyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz |
tried to improve setup file
Diffstat (limited to 'tests/manager/test_interactionManager.py')
-rw-r--r-- | tests/manager/test_interactionManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manager/test_interactionManager.py b/tests/manager/test_interactionManager.py index 0ab7af80d..5ff74c0f0 100644 --- a/tests/manager/test_interactionManager.py +++ b/tests/manager/test_interactionManager.py @@ -4,8 +4,8 @@ from unittest import TestCase from tests.helper.Stubs import Core -from module.Api import InputType, Interaction -from module.interaction.InteractionManager import InteractionManager +from pyload.Api import InputType, Interaction +from pyload.interaction.InteractionManager import InteractionManager class TestInteractionManager(TestCase): |