From e7cc40202600f85427441e367b18188289e4fbbb Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 11 Dec 2014 02:49:06 +0100 Subject: Clean up some import header --- pyload/webui/app/api.py | 2 +- pyload/webui/app/json.py | 2 +- pyload/webui/app/pyload.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pyload/webui') 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 diff --git a/pyload/webui/app/json.py b/pyload/webui/app/json.py index 096f72ab5..c347c25e3 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 utils import login_required, render_to_response, toDict +from pyload.utils import login_required, render_to_response, toDict from pyload.utils import decode, formatSize diff --git a/pyload/webui/app/pyload.py b/pyload/webui/app/pyload.py index c5c6c80cd..ccd2c30f0 100644 --- a/pyload/webui/app/pyload.py +++ b/pyload/webui/app/pyload.py @@ -16,7 +16,7 @@ from bottle import route, static_file, request, response, redirect, error from pyload.webui import PYLOAD, PYLOAD_DIR, THEME_DIR, SETUP, env -from utils import render_to_response, parse_permissions, parse_userdata, \ +from pyload.utils import render_to_response, parse_permissions, parse_userdata, \ login_required, get_permission, set_permission, permlist, toDict, set_session from pyload.webui.filters import relpath, unquotepath -- cgit v1.2.3