From 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 28 Feb 2013 20:20:01 +0100 Subject: generate js_apitypes, updated lodash, working type filters on webui --- tests/api/ApiProxy.py | 2 +- tests/api/test_JSONBackend.py | 2 +- tests/api/test_WebSocketBackend.py | 2 +- tests/api/test_noargs.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/api') diff --git a/tests/api/ApiProxy.py b/tests/api/ApiProxy.py index 74c938870..5a091dbee 100644 --- a/tests/api/ApiProxy.py +++ b/tests/api/ApiProxy.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -from module.remote.ttypes_debug import classes, methods +from module.remote.apitypes_debug import classes, methods class ApiProxy: """ Proxy that does type checking on the api """ 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: diff --git a/tests/api/test_WebSocketBackend.py b/tests/api/test_WebSocketBackend.py index be465e3d4..3c714a5e2 100644 --- a/tests/api/test_WebSocketBackend.py +++ b/tests/api/test_WebSocketBackend.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.WSClient import WSClient class TestWebSocketBackend: diff --git a/tests/api/test_noargs.py b/tests/api/test_noargs.py index 3635b9355..12da0b417 100644 --- a/tests/api/test_noargs.py +++ b/tests/api/test_noargs.py @@ -4,7 +4,7 @@ import inspect from ApiTester import ApiTester -from module.remote.ttypes import Iface +from module.remote.apitypes import Iface IGNORE = ('quit', 'restart') -- cgit v1.2.3