diff options
Diffstat (limited to 'sphinx/web/admin.py')
-rw-r--r-- | sphinx/web/admin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/web/admin.py b/sphinx/web/admin.py index 80f847b63..12004475b 100644 --- a/sphinx/web/admin.py +++ b/sphinx/web/admin.py @@ -9,9 +9,9 @@ :license: BSD. """ -from .util import render_template -from .wsgiutil import Response, RedirectResponse, NotFound -from .database import Comment +from sphinx.web.util import render_template +from sphinx.web.wsgiutil import Response, RedirectResponse, NotFound +from sphinx.web.database import Comment class AdminPanel(object): |