Enable gevent support.
Closes issues #166 and #167 Thanks to @pvicent, @chason, and @gabriel-samfira
This commit is contained in:
@@ -34,7 +34,7 @@ class FileSocket(_fileobject):
|
||||
return data
|
||||
|
||||
|
||||
class Socket26(socket._socketobject):
|
||||
class Socket26(socket.socket):
|
||||
|
||||
"""A custom socket implementation that uses our own FileSocket class
|
||||
to work around issues in Python 2.6 when using sockets as files.
|
||||
|
||||
Reference in New Issue
Block a user