##// END OF EJS Templates
Minor import fix to get qtconsole with --pylab=qt working...
Puneeth Chaganti -
Show More
@@ -40,8 +40,8 b' def _notify_stream_qt(kernel, stream):'
40 40 if _on_os_x_10_9() and kernel._darwin_app_nap:
41 41 from IPython.external.appnope import nope_scope as context
42 42 else:
43 from IPython.core.interactiveshell import no_op_context as context
44
43 from IPython.core.interactiveshell import NoOpContext as context
44
45 45 def process_stream_events():
46 46 while stream.getsockopt(zmq.EVENTS) & zmq.POLLIN:
47 47 with context():
General Comments 0
You need to be logged in to leave comments. Login now