##// END OF EJS Templates
minor cleanup
Paul Ivanov -
Show More
@@ -39,7 +39,7 b' from zmq.utils import jsonapi'
39 39 from zmq.eventloop.ioloop import IOLoop
40 40 from zmq.eventloop.zmqstream import ZMQStream
41 41
42 from IPython.core.release import kernel_protocol_version, kernel_protocol_version_info
42 from IPython.core.release import kernel_protocol_version
43 43 from IPython.config.configurable import Configurable, LoggingConfigurable
44 44 from IPython.utils import io
45 45 from IPython.utils.importstring import import_item
@@ -223,7 +223,7 b' class Session(Configurable):'
223 223 dict-based IPython message spec. The Session will handle
224 224 serialization/deserialization, security, and metadata.
225 225
226 Sessions support configurable serialiization via packer/unpacker traits,
226 Sessions support configurable serialization via packer/unpacker traits,
227 227 and signing with HMAC digests via the key/keyfile traits.
228 228
229 229 Parameters
@@ -531,7 +531,7 b' class Session(Configurable):'
531 531 Parameters
532 532 ----------
533 533 msg : dict or Message
534 The nexted message dict as returned by the self.msg method.
534 The next message dict as returned by the self.msg method.
535 535
536 536 Returns
537 537 -------
General Comments 0
You need to be logged in to leave comments. Login now