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