##// END OF EJS Templates
fix `zmq` module conflict
Björn Linse -
Show More
@@ -1,5 +1,6 b''
1 """ Defines a KernelClient that provides thread-safe sockets with async callbacks on message replies.
1 """ Defines a KernelClient that provides thread-safe sockets with async callbacks on message replies.
2 """
2 """
3 from __future__ import absolute_import
3 import atexit
4 import atexit
4 import errno
5 import errno
5 from threading import Thread
6 from threading import Thread
General Comments 0
You need to be logged in to leave comments. Login now