##// END OF EJS Templates
Fixing a few imports related to shell.py.
Brian Granger -
Show More
@@ -25,5 +25,5 b' to use the new IPython.core.shell module"""'
25 25
26 26 warn(msg, category=DeprecationWarning, stacklevel=1)
27 27
28 from IPython.core.shell import *
28 from IPython.core.shell import start, IPShell, IPShellEmbed
29 29
@@ -31,7 +31,7 b' else:'
31 31 '-po','Out<\\#>: ','-nosep']
32 32
33 33 # First import the embeddable shell class
34 from IPython.Shell import IPShellEmbed
34 from IPython.core.shell import IPShellEmbed
35 35
36 36 # Now create an instance of the embeddable shell. The first argument is a
37 37 # string with options exactly as you would type them if you were starting
General Comments 0
You need to be logged in to leave comments. Login now