##// END OF EJS Templates
Backport PR #2491: color is supported in ironpython...
Backport PR #2491: color is supported in ironpython changes for ongoing effort to make ipython to work under ironpython I have activated color support.

File last commit:

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