diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-07 22:22:18 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-07 22:22:18 +0200 |
commit | d2fe85670726901da627490da4155af972c1a62e (patch) | |
tree | b8931d070a51b6d8b1dabe881f54504f9d9ef6de /pyload/webui/app/json.py | |
parent | Update user-agent (diff) | |
parent | fix gui (diff) | |
download | pyload-d2fe85670726901da627490da4155af972c1a62e.tar.xz |
Merge branch 'pr/n1_ardi69' into 0.4.10
Diffstat (limited to 'pyload/webui/app/json.py')
-rw-r--r-- | pyload/webui/app/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/app/json.py b/pyload/webui/app/json.py index c347c25e3..b61f57a8c 100644 --- a/pyload/webui/app/json.py +++ b/pyload/webui/app/json.py @@ -8,7 +8,7 @@ from bottle import route, request, HTTPError from pyload.webui import PYLOAD -from pyload.utils import login_required, render_to_response, toDict +from pyload.webui.app.utils import login_required, render_to_response, toDict from pyload.utils import decode, formatSize |