##// END OF EJS Templates
Remove a shadow namespace that does nothing.
Matthias Bussonnier -
Show More
@@ -34,7 +34,6 b' from IPython.core import oinspect'
34 from IPython.core import magic
34 from IPython.core import magic
35 from IPython.core import page
35 from IPython.core import page
36 from IPython.core import prefilter
36 from IPython.core import prefilter
37 from IPython.core import shadowns
38 from IPython.core import ultratb
37 from IPython.core import ultratb
39 from IPython.core.alias import Alias, AliasManager
38 from IPython.core.alias import Alias, AliasManager
40 from IPython.core.autocall import ExitAutocall
39 from IPython.core.autocall import ExitAutocall
@@ -1155,8 +1154,6 b' class InteractiveShell(SingletonConfigurable):'
1155 ns['_oh'] = self.history_manager.output_hist
1154 ns['_oh'] = self.history_manager.output_hist
1156 ns['_dh'] = self.history_manager.dir_hist
1155 ns['_dh'] = self.history_manager.dir_hist
1157
1156
1158 ns['_sh'] = shadowns
1159
1160 # user aliases to input and output histories. These shouldn't show up
1157 # user aliases to input and output histories. These shouldn't show up
1161 # in %who, as they can have very large reprs.
1158 # in %who, as they can have very large reprs.
1162 ns['In'] = self.history_manager.input_hist_parsed
1159 ns['In'] = self.history_manager.input_hist_parsed
@@ -45,9 +45,6 b' def test_import_prompts():'
45 def test_import_release():
45 def test_import_release():
46 from IPython.core import release
46 from IPython.core import release
47
47
48 def test_import_shadowns():
49 from IPython.core import shadowns
50
51 def test_import_ultratb():
48 def test_import_ultratb():
52 from IPython.core import ultratb
49 from IPython.core import ultratb
53
50
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now