Commit 36704768 authored by Jason Madden's avatar Jason Madden

Lint.

parent 51821a55
...@@ -89,7 +89,7 @@ Waiting ...@@ -89,7 +89,7 @@ Waiting
.. autofunction:: joinall .. autofunction:: joinall
Working with multiple processes Working with multiple processes
============================= ===============================
.. note:: .. note::
These functions will only be available if :func:`os.fork` is These functions will only be available if :func:`os.fork` is
......
...@@ -8,7 +8,6 @@ except ImportError: ...@@ -8,7 +8,6 @@ except ImportError:
import socket import socket
import gevent import gevent
from gevent import select
from gevent.monkey import patch_all from gevent.monkey import patch_all
import gevent.testing as greentest import gevent.testing as greentest
......
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