##// 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 | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *