diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
commit | e7cc40202600f85427441e367b18188289e4fbbb (patch) | |
tree | 878641d52aafdf9c0c785a6d97db0a8dd6ffdd21 /pyload/webui/app/api.py | |
parent | Rename some events + engage renamed addon methods (diff) | |
download | pyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz |
Clean up some import header
Diffstat (limited to 'pyload/webui/app/api.py')
-rw-r--r-- | pyload/webui/app/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/webui/app/api.py b/pyload/webui/app/api.py index 9726902fb..1ee4b1608 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 utils import toDict, set_session +from pyload.utils import toDict, set_session from pyload.webui import PYLOAD from pyload.utils import json |