diff options
author | 2013-02-28 20:20:01 +0100 | |
---|---|---|
committer | 2013-02-28 20:20:01 +0100 | |
commit | 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch) | |
tree | bd753ec5a8988c798356a4f94de2034fb568b439 /tests/api/ApiProxy.py | |
parent | prepared dashboard actionbar (diff) | |
download | pyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz |
generate js_apitypes, updated lodash, working type filters on webui
Diffstat (limited to 'tests/api/ApiProxy.py')
-rw-r--r-- | tests/api/ApiProxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |