We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75693c4 commit ec8d9edCopy full SHA for ec8d9ed
pyre/zsocket.py
@@ -19,7 +19,7 @@
19
class ZSocket(zmq.Socket):
20
21
def __init__(self, *args, **kwargs):
22
- super(zmq.Socket, self).__init__(*args, **kwargs)
+ super(ZSocket, self).__init__(*args, **kwargs)
23
24
# --------------------------------------------------------------------------
25
# Send a signal over a socket. A signal is a zero-byte message.
0 commit comments