##// END OF EJS Templates
install zmq.qui fixes problems with using ipython --pylab gtk
install zmq.qui fixes problems with using ipython --pylab gtk

File last commit:

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