##// 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:

r4053:b45902e3
r5371:cbf9083f
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *