##// END OF EJS Templates
qtconsole package has been flattened....
Min RK -
Show More
@@ -15,4 +15,6 b' from IPython.utils.shimmodule import ShimModule'
15 # Unconditionally insert the shim into sys.modules so that further import calls
15 # Unconditionally insert the shim into sys.modules so that further import calls
16 # trigger the custom attribute access above
16 # trigger the custom attribute access above
17
17
18 sys.modules['IPython.qt'] = ShimModule(src='IPython.qt', mirror='qtconsole')
18 sys.modules['IPython.qt'] = _qt = ShimModule(src='IPython.qt', mirror='qtconsole')
19 sys.modules['IPython.qt.console'] = _console = ShimModule(src='IPython.qt.console', mirror='qtconsole')
20 _qt.console = _console
General Comments 0
You need to be logged in to leave comments. Login now