Skip to content

Commit

Permalink
_encode_png needs to be in namespace of zmqshell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 22, 2011
1 parent 8173958 commit 7e744ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/zmq/zmqshell.py
Expand Up @@ -33,7 +33,7 @@
from IPython.utils.path import get_py_filename
from IPython.utils.traitlets import Instance, Type, Dict
from IPython.utils.warn import warn
from IPython.zmq.displayhook import ZMQShellDisplayHook
from IPython.zmq.displayhook import ZMQShellDisplayHook, _encode_png
from IPython.zmq.session import extract_header
from session import Session

Expand Down

0 comments on commit 7e744ef

Please sign in to comment.