Show More
@@ -40,7 +40,7 b' Int, Str, CBool, CaselessStrEnum, Enum, List, Unicode' | |||||
40 | from IPython.core.interactiveshell import get_default_colors |
|
40 | from IPython.core.interactiveshell import get_default_colors | |
41 | from IPython.core.excolors import exception_colors |
|
41 | from IPython.core.excolors import exception_colors | |
42 | from IPython.utils import PyColorize |
|
42 | from IPython.utils import PyColorize | |
43 | from IPython.core.inputsplitter import InputSplitter |
|
43 | from IPython.core.inputsplitter import IPythonInputSplitter | |
44 | from IPython.frontend.zmqterminal.kernelmanager import KernelManager2p as KernelManager |
|
44 | from IPython.frontend.zmqterminal.kernelmanager import KernelManager2p as KernelManager | |
45 | from IPython.zmq.session import Session |
|
45 | from IPython.zmq.session import Session | |
46 | from IPython.frontend.zmqterminal.completer import ClientCompleter2p |
|
46 | from IPython.frontend.zmqterminal.completer import ClientCompleter2p | |
@@ -82,7 +82,7 b' class Frontend(object):' | |||||
82 |
|
82 | |||
83 | self.messages = {} |
|
83 | self.messages = {} | |
84 |
|
84 | |||
85 | self._splitter = InputSplitter() |
|
85 | self._splitter = IPythonInputSplitter() | |
86 | self.code = "" |
|
86 | self.code = "" | |
87 |
|
87 | |||
88 | self.prompt_count = 0 |
|
88 | self.prompt_count = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now