diff options
author | 2013-02-28 20:20:01 +0100 | |
---|---|---|
committer | 2013-02-28 20:20:01 +0100 | |
commit | 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch) | |
tree | bd753ec5a8988c798356a4f94de2034fb568b439 /module/Api.py | |
parent | prepared dashboard actionbar (diff) | |
download | pyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz |
generate js_apitypes, updated lodash, working type filters on webui
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/Api.py b/module/Api.py index 80bfd1673..d3a7cb472 100644 --- a/module/Api.py +++ b/module/Api.py @@ -17,10 +17,9 @@ ############################################################################### import re -from functools import partial from types import MethodType -from remote.ttypes import * +from remote.apitypes import * from utils import bits_set |