summaryrefslogtreecommitdiffstats
path: root/pyload/webui/app/api.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-07 22:22:18 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-07 22:22:18 +0200
commitd2fe85670726901da627490da4155af972c1a62e (patch)
treeb8931d070a51b6d8b1dabe881f54504f9d9ef6de /pyload/webui/app/api.py
parentUpdate user-agent (diff)
parentfix gui (diff)
downloadpyload-d2fe85670726901da627490da4155af972c1a62e.tar.xz
Merge branch 'pr/n1_ardi69' into 0.4.10
Diffstat (limited to 'pyload/webui/app/api.py')
-rw-r--r--pyload/webui/app/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/app/api.py b/pyload/webui/app/api.py
index 1ee4b1608..ceee50c8a 100644
--- a/pyload/webui/app/api.py
+++ b/pyload/webui/app/api.py
@@ -6,7 +6,7 @@ from traceback import format_exc, print_exc
from bottle import route, request, response, HTTPError
-from pyload.utils import toDict, set_session
+from pyload.webui.app.utils import toDict, set_session
from pyload.webui import PYLOAD
from pyload.utils import json