summaryrefslogtreecommitdiffstats
path: root/tests/api/test_JSONBackend.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-28 20:20:01 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-28 20:20:01 +0100
commit6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch)
treebd753ec5a8988c798356a4f94de2034fb568b439 /tests/api/test_JSONBackend.py
parentprepared dashboard actionbar (diff)
downloadpyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz
generate js_apitypes, updated lodash, working type filters on webui
Diffstat (limited to 'tests/api/test_JSONBackend.py')
-rw-r--r--tests/api/test_JSONBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/test_JSONBackend.py b/tests/api/test_JSONBackend.py
index 76077b67b..b6509a52a 100644
--- a/tests/api/test_JSONBackend.py
+++ b/tests/api/test_JSONBackend.py
@@ -2,7 +2,7 @@
from nose.tools import raises
-from module.remote.ttypes import Forbidden
+from module.remote.apitypes import Forbidden
from module.remote.JSONClient import JSONClient
class TestJSONBackend: