Show More
1 | NO CONTENT: file renamed from IPython/zmq/codeutil.py to IPython/utils/codeutil.py |
|
NO CONTENT: file renamed from IPython/zmq/codeutil.py to IPython/utils/codeutil.py |
1 | NO CONTENT: file renamed from IPython/zmq/newserialized.py to IPython/utils/newserialized.py |
|
NO CONTENT: file renamed from IPython/zmq/newserialized.py to IPython/utils/newserialized.py |
1 | NO CONTENT: file renamed from IPython/zmq/pickleutil.py to IPython/utils/pickleutil.py |
|
NO CONTENT: file renamed from IPython/zmq/pickleutil.py to IPython/utils/pickleutil.py |
@@ -14,8 +14,8 b' import zmq' | |||||
14 | from zmq.utils import jsonapi |
|
14 | from zmq.utils import jsonapi | |
15 | from zmq.eventloop.zmqstream import ZMQStream |
|
15 | from zmq.eventloop.zmqstream import ZMQStream | |
16 |
|
16 | |||
17 |
from IPython. |
|
17 | from IPython.utils.pickleutil import can, uncan, canSequence, uncanSequence | |
18 |
from IPython. |
|
18 | from IPython.utils.newserialized import serialize, unserialize | |
19 |
|
19 | |||
20 | try: |
|
20 | try: | |
21 | import cPickle |
|
21 | import cPickle |
General Comments 0
You need to be logged in to leave comments.
Login now