##// END OF EJS Templates
restore accidentally removed EngineError...
restore accidentally removed EngineError in cleanup PR #3527, I removed one too many exception classes. I acked IPython to confirm that I didn't miss any more. closes #4100 should be backported to 1.1.

File last commit:

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