##// END OF EJS Templates
Remove unused imports in IPython.html.notebook.handlers
Thomas Kluyver -
Show More
@@ -16,16 +16,12 b' Authors:'
16 # Imports
16 # Imports
17 #-----------------------------------------------------------------------------
17 #-----------------------------------------------------------------------------
18
18
19 import os
20 import json
21
22 from tornado import web
19 from tornado import web
23 HTTPError = web.HTTPError
20 HTTPError = web.HTTPError
24
21
25 from ..base.handlers import IPythonHandler
22 from ..base.handlers import IPythonHandler
26 from ..services.notebooks.handlers import _notebook_path_regex, _path_regex
23 from ..services.notebooks.handlers import _notebook_path_regex, _path_regex
27 from ..utils import url_path_join, url_escape, url_unescape
24 from ..utils import url_path_join, url_escape
28 from urllib import quote
29
25
30 #-----------------------------------------------------------------------------
26 #-----------------------------------------------------------------------------
31 # Handlers
27 # Handlers
General Comments 0
You need to be logged in to leave comments. Login now