diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-28 20:20:01 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-02-28 20:20:01 +0100 |
commit | 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch) | |
tree | bd753ec5a8988c798356a4f94de2034fb568b439 /module/api/ApiComponent.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/ApiComponent.py')
-rw-r--r-- | module/api/ApiComponent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/api/ApiComponent.py b/module/api/ApiComponent.py index a89e3e0a5..fadcf98da 100644 --- a/module/api/ApiComponent.py +++ b/module/api/ApiComponent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from module.remote.ttypes import Iface +from module.remote.apitypes import Iface # Workaround to let code-completion think, this is subclass of Iface Iface = object |