Show More
@@ -23,7 +23,6 b' import glob' | |||||
23 |
|
23 | |||
24 | # From IPython |
|
24 | # From IPython | |
25 | from IPython.core.application import BaseIPythonApplication, base_aliases, base_flags |
|
25 | from IPython.core.application import BaseIPythonApplication, base_aliases, base_flags | |
26 | from IPython.core.error import UsageError |
|
|||
27 | from IPython.config import catch_config_error, Configurable |
|
26 | from IPython.config import catch_config_error, Configurable | |
28 | from IPython.utils.traitlets import ( |
|
27 | from IPython.utils.traitlets import ( | |
29 | Unicode, List, Instance, DottedObjectName, Type, CaselessStrEnum, |
|
28 | Unicode, List, Instance, DottedObjectName, Type, CaselessStrEnum, |
General Comments 0
You need to be logged in to leave comments.
Login now