We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75693c4 + ec8d9ed commit 09ecbbeCopy full SHA for 09ecbbe
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