##// END OF EJS Templates
Fix import of pylabtools that I missed yesterday.
Fernando Perez -
Show More
@@ -27,6 +27,7 b' import logging'
27 27 import zmq
28 28
29 29 # Local imports.
30 from IPython.core import pylabtools
30 31 from IPython.config.configurable import Configurable
31 32 from IPython.config.application import boolean_flag, catch_config_error
32 33 from IPython.core.application import ProfileDir
@@ -37,7 +38,6 b' from IPython.core.shellapp import ('
37 38 from IPython.utils import io
38 39 from IPython.utils import py3compat
39 40 from IPython.utils.jsonutil import json_clean
40 from IPython.lib import pylabtools
41 41 from IPython.utils.traitlets import (
42 42 Any, Instance, Float, Dict, CaselessStrEnum
43 43 )
@@ -25,13 +25,12 b' from subprocess import Popen, PIPE'
25 25 from IPython.core.interactiveshell import (
26 26 InteractiveShell, InteractiveShellABC
27 27 )
28 from IPython.core import page
28 from IPython.core import page, pylabtools
29 29 from IPython.core.autocall import ZMQExitAutocall
30 30 from IPython.core.displaypub import DisplayPublisher
31 31 from IPython.core.macro import Macro
32 32 from IPython.core.magic import MacroToEdit
33 33 from IPython.core.payloadpage import install_payload_page
34 from IPython.lib import pylabtools
35 34 from IPython.lib.kernel import (
36 35 get_connection_file, get_connection_info, connect_qtconsole
37 36 )
General Comments 0
You need to be logged in to leave comments. Login now