##// END OF EJS Templates
shellglobals.py => core/shellglobals.py and imports updated.
Brian Granger -
Show More
1 NO CONTENT: file renamed from IPython/shellglobals.py to IPython/core/shellglobals.py
NO CONTENT: file renamed from IPython/shellglobals.py to IPython/core/shellglobals.py
@@ -60,3 +60,6 b' def test_import_shadowns():'
60
60
61 def test_import_shell():
61 def test_import_shell():
62 from IPython.core import shell
62 from IPython.core import shell
63
64 def test_import_shellglobals():
65 from IPython.core import shellglobals
@@ -12,7 +12,7 b' from IPython.utils.ipstruct import Struct'
12 import Queue,thread,threading,signal
12 import Queue,thread,threading,signal
13 from signal import signal, SIGINT
13 from signal import signal, SIGINT
14 from IPython.utils.genutils import Term,warn,error,flag_calls, ask_yes_no
14 from IPython.utils.genutils import Term,warn,error,flag_calls, ask_yes_no
15 import shellglobals
15 from IPython.core import shellglobals
16
16
17 def install_gtk2():
17 def install_gtk2():
18 """ Install gtk2 reactor, needs to be called bef """
18 """ Install gtk2 reactor, needs to be called bef """
General Comments 0
You need to be logged in to leave comments. Login now