summaryrefslogtreecommitdiffstats
path: root/module/web/webinterface.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-23 21:04:47 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-23 21:04:47 +0200
commitf370ef06ad9db2e47edba02b99271137324997cf (patch)
treed432ea10ee77fc9a4165c685eefe9afd1714fcbf /module/web/webinterface.py
parentfixed the dashboard (diff)
downloadpyload-f370ef06ad9db2e47edba02b99271137324997cf.tar.xz
added some animations, code for show/hiding items
Diffstat (limited to 'module/web/webinterface.py')
-rw-r--r--module/web/webinterface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/webinterface.py b/module/web/webinterface.py
index 196825bfb..4438c36bb 100644
--- a/module/web/webinterface.py
+++ b/module/web/webinterface.py
@@ -120,6 +120,7 @@ if PREFIX:
web = PrefixMiddleware(web, prefix=PREFIX)
import pyload_app
+import setup_app
import cnl_app
import api_app