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/api/test_WebSocketBackend.py | |
parent | moved everything from module to pyload (diff) | |
download | pyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz |
tried to improve setup file
Diffstat (limited to 'tests/api/test_WebSocketBackend.py')
-rw-r--r-- | tests/api/test_WebSocketBackend.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/test_WebSocketBackend.py b/tests/api/test_WebSocketBackend.py index 3c714a5e2..679654fc9 100644 --- a/tests/api/test_WebSocketBackend.py +++ b/tests/api/test_WebSocketBackend.py @@ -2,8 +2,8 @@ from nose.tools import raises -from module.remote.apitypes import Forbidden -from module.remote.WSClient import WSClient +from pyload.remote.apitypes import Forbidden +from pyload.remote.WSClient import WSClient class TestWebSocketBackend: |