##// END OF EJS Templates
Merge pull request #887 from ipython/qtconsole-menu...
Merge pull request #887 from ipython/qtconsole-menu Major improvements to the Qt console with menubar and tabs. - Menu support for all actions previously available only via keybindings or right-click menus. - Help menu giving quick access to information magics and online docs. - Magic menu with top-level access to common magics and full access to all. - Edit menu with common editing actions. - View menu for font size, full-screen, etc. - tabs: you can run multiple tabs either pointing to the same kernel or to separate kernels.

File last commit:

r3408:261328d5
r5151:78f4efff merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from path import *
except ImportError:
from _path import *