##// END OF EJS Templates
fix missing imports in core.interactiveshell...
fix missing imports in core.interactiveshell introduced in cf15c8f0ed4493492b50e8fccb72175157afac7c closes #2372

File last commit:

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