Show More
|
1 | NO CONTENT: new file 100644 |
|
1 | NO CONTENT: file renamed from IPython/frontend/terminal/completer.py to IPython/frontend/zmqterminal/completer.py |
@@ -41,9 +41,9 b' from IPython.core.interactiveshell import get_default_colors' | |||
|
41 | 41 | from IPython.core.excolors import exception_colors |
|
42 | 42 | from IPython.utils import PyColorize |
|
43 | 43 | from IPython.core.inputsplitter import InputSplitter |
|
44 | from IPython.frontend.terminal.kernelmanager import KernelManager2p as KernelManager | |
|
44 | from IPython.frontend.zmqterminal.kernelmanager import KernelManager2p as KernelManager | |
|
45 | 45 | from IPython.zmq.session import Session |
|
46 | from IPython.frontend.terminal.completer import ClientCompleter2p | |
|
46 | from IPython.frontend.zmqterminal.completer import ClientCompleter2p | |
|
47 | 47 | |
|
48 | 48 | #----------------------------------------------------------------------------- |
|
49 | 49 | # Network Constants |
|
1 | NO CONTENT: file renamed from IPython/frontend/terminal/kernelmanager.py to IPython/frontend/zmqterminal/kernelmanager.py |
General Comments 0
You need to be logged in to leave comments.
Login now