##// END OF EJS Templates
don't instantiate IPython shell as class attr...
don't instantiate IPython shell as class attr in sphinxext.ipython_directive also fix capitalization, because reasons.

File last commit:

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