##// END OF EJS Templates
Backport PR #5713: Fix a NameError in IPython.parallel...
Backport PR #5713: Fix a NameError in IPython.parallel This was causing test failures on ShiningPanda.

File last commit:

r13347:54891794
r16627:a8c6b15c
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *