##// END OF EJS Templates
Merge pull request #1707 from bfroehle/_1532_qtconsole_gui_switch...
Merge pull request #1707 from bfroehle/_1532_qtconsole_gui_switch move gui/pylab to shellapp base class If both --gui and --pylab are given, we use the value in --pylab, just like the terminal IPython application. Closes #1532

File last commit:

r3408:261328d5
r7101:bd1da13c merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *