summaryrefslogtreecommitdiffstats
path: root/module/web/setup_app.py
diff options
context:
space:
mode:
authorGravatar godofdream <soilfiction@gmail.com> 2012-11-05 15:15:17 +0100
committerGravatar godofdream <soilfiction@gmail.com> 2012-11-05 15:15:17 +0100
commit83d8d203685cac3f5aed3872897463c7afa50810 (patch)
treed1218cb219303b77f6c8fd6209a52b5025d56dee /module/web/setup_app.py
parentimproved header layout (diff)
downloadpyload-83d8d203685cac3f5aed3872897463c7afa50810.tar.xz
new Setup system, JQuery Web-If
Diffstat (limited to 'module/web/setup_app.py')
-rw-r--r--module/web/setup_app.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/setup_app.py b/module/web/setup_app.py
index adbd361a7..055cb2a81 100644
--- a/module/web/setup_app.py
+++ b/module/web/setup_app.py
@@ -3,11 +3,11 @@
from bottle import route, request, response, HTTPError
-from webinterface import PYLOAD, PROJECT_DIR, SETUP, env
+from webinterface import PROJECT_DIR, SETUP, env
from utils import render_to_response
@route("/setup")
def setup():
-
- return render_to_response('setup.html') \ No newline at end of file
+
+ return render_to_response('setup.html')