##// END OF EJS Templates
Backport PR #4639: Minor import fix to get qtconsole with --pylab=qt working...
Backport PR #4639: Minor import fix to get qtconsole with --pylab=qt working Running the qtconsole with --pylab=qt on non-OSX-10.9 OSes fails with the error `TypeError: 'NoOpContext' object is not callable`.

File last commit:

r3408:261328d5
r13964:08febb64
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *