Skip to content

Commit

Permalink
ENOTSOCK fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSurda committed May 29, 2017
1 parent 97c44b9 commit bdaa939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/asyncore_pollchoose.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
import os
from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
ECONNREFUSED, EHOSTUNREACH, \
ECONNREFUSED, EHOSTUNREACH, ENOTSOCK, \
errorcode
try:
from errno import WSAEWOULDBLOCK
Expand Down

0 comments on commit bdaa939

Please sign in to comment.