##// END OF EJS Templates
Fix import for zmqshell
Fernando Perez -
Show More
@@ -33,7 +33,7 b' from IPython.core import page, pylabtools'
33 33 from IPython.core.autocall import ZMQExitAutocall
34 34 from IPython.core.displaypub import DisplayPublisher
35 35 from IPython.core.macro import Macro
36 from IPython.core.magic import MacroToEdit
36 from IPython.core.magic_functions import MacroToEdit
37 37 from IPython.core.payloadpage import install_payload_page
38 38 from IPython.lib.kernel import (
39 39 get_connection_file, get_connection_info, connect_qtconsole
General Comments 0
You need to be logged in to leave comments. Login now