Skip to content

Commit

Permalink
util files into utils dir
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Apr 8, 2011
1 parent 88a0371 commit 8473145
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions IPython/zmq/parallel/streamsession.py
Expand Up @@ -14,8 +14,8 @@
from zmq.utils import jsonapi
from zmq.eventloop.zmqstream import ZMQStream

from IPython.zmq.pickleutil import can, uncan, canSequence, uncanSequence
from IPython.zmq.newserialized import serialize, unserialize
from IPython.utils.pickleutil import can, uncan, canSequence, uncanSequence
from IPython.utils.newserialized import serialize, unserialize

try:
import cPickle
Expand Down

0 comments on commit 8473145

Please sign in to comment.