Commit 578cfde7 authored by Jason Madden's avatar Jason Madden

pep8/pyflakes. [skip ci]

parent 3e5feacd
......@@ -29,6 +29,8 @@ class NA(object):
NA = NA()
__all__ = ['FileObjectPosix', 'SocketAdapter']
class SocketAdapter(object):
"""Socket-like API on top of a file descriptor.
......
from gevent._fileobjectposix import FileObjectPosix
__all__ = ['FileObjectPosix', ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment