summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 21:48:48 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-14 21:48:48 +0100
commitdc99fe918b035b3a049493e945d837077f79aac8 (patch)
treeaeaa5f3cdd45c26f93fd75b54658bb7c81d63ee7 /module/web/pyload_app.py
parentgui DownloadInfo fix (diff)
downloadpyload-dc99fe918b035b3a049493e945d837077f79aac8.tar.xz
averaged download speed
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index d240564ab..4d6d4354c 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -35,9 +35,11 @@ from bottle import route, static_file, request, response, redirect, HTTPError, e
from webinterface import PYLOAD, PROJECT_DIR
-from utils import render_to_response, parse_permissions, parse_userdata, formatSize, login_required
+from utils import render_to_response, parse_permissions, parse_userdata, login_required
from filters import relpath, unquotepath
+from module.utils import formatSize
+
# Helper
def pre_processor():