Remove unused imports in IPython.html.notebook.handlers

This commit is contained in:
Thomas Kluyver 2013-10-25 11:49:53 -07:00
parent 9fd838d624
commit 0e9a7c0874

View File

@ -16,16 +16,12 @@ Authors:
# Imports
#-----------------------------------------------------------------------------
import os
import json
from tornado import web
HTTPError = web.HTTPError
from ..base.handlers import IPythonHandler
from ..services.notebooks.handlers import _notebook_path_regex, _path_regex
from ..utils import url_path_join, url_escape, url_unescape
from urllib import quote
from ..utils import url_path_join, url_escape
#-----------------------------------------------------------------------------
# Handlers