patch_all(httplib=True)

v2
Igor Chubin 5 years ago
parent 09e3d57b40
commit 9f3a0bca97

@ -3,7 +3,7 @@
from gevent.pywsgi import WSGIServer
from gevent.monkey import patch_all
patch_all()
patch_all(httplib=True)
# pylint: disable=wrong-import-position,wrong-import-order
import sys

Loading…
Cancel
Save