Show More
@@ -26,6 +26,9 b' from urlparse import urlparse' | |||||
26 | from IPython.core.error import UsageError |
|
26 | from IPython.core.error import UsageError | |
27 | from IPython.config.configurable import Configurable |
|
27 | from IPython.config.configurable import Configurable | |
28 | from IPython.utils.traitlets import Instance |
|
28 | from IPython.utils.traitlets import Instance | |
|
29 | from IPython.utils.py3compat import PY3 | |||
|
30 | if PY3: | |||
|
31 | from imp import reload | |||
29 |
|
32 | |||
30 | #----------------------------------------------------------------------------- |
|
33 | #----------------------------------------------------------------------------- | |
31 | # Main class |
|
34 | # Main class |
General Comments 0
You need to be logged in to leave comments.
Login now