Show More
@@ -17,7 +17,7 b' import signal' | |||
|
17 | 17 | import sys |
|
18 | 18 | import time |
|
19 | 19 | |
|
20 |
from IPython |
|
|
20 | from IPython.terminal.ipapp import TerminalIPythonApp, frontend_flags as term_flags | |
|
21 | 21 | |
|
22 | 22 | from IPython.utils.traitlets import ( |
|
23 | 23 | Dict, List, Unicode, Int, CaselessStrEnum, CBool, Any |
@@ -27,11 +27,11 b' from IPython.utils.warn import warn,error' | |||
|
27 | 27 | from IPython.kernel.zmq.kernelapp import IPKernelApp |
|
28 | 28 | from IPython.kernel.zmq.session import Session, default_secure |
|
29 | 29 | from IPython.kernel.zmq.zmqshell import ZMQInteractiveShell |
|
30 |
from IPython |
|
|
30 | from IPython.consoleapp import ( | |
|
31 | 31 | IPythonConsoleApp, app_aliases, app_flags, aliases, app_aliases, flags |
|
32 | 32 | ) |
|
33 | 33 | |
|
34 |
from IPython |
|
|
34 | from IPython.terminal.console.interactiveshell import ZMQTerminalInteractiveShell | |
|
35 | 35 | |
|
36 | 36 | #----------------------------------------------------------------------------- |
|
37 | 37 | # Globals |
@@ -37,8 +37,8 b' from IPython.utils import io' | |||
|
37 | 37 | from IPython.utils.traitlets import List, Enum, Any, Instance, Unicode |
|
38 | 38 | from IPython.utils.tempdir import NamedFileInTemporaryDirectory |
|
39 | 39 | |
|
40 |
from IPython |
|
|
41 |
from IPython |
|
|
40 | from IPython.terminal.interactiveshell import TerminalInteractiveShell | |
|
41 | from IPython.terminal.console.completer import ZMQCompleter | |
|
42 | 42 | |
|
43 | 43 | |
|
44 | 44 | class ZMQTerminalInteractiveShell(TerminalInteractiveShell): |
General Comments 0
You need to be logged in to leave comments.
Login now