##// END OF EJS Templates
Gets ipython working with python-mode with little config....
Gets ipython working with python-mode with little config. * sets the default value for py-shell-name to the ipython-command * fixes color scheme setting to set a default value

File last commit:

r3408:261328d5
r5371:cbf9083f
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *