gevent: patch httplib explicitly

v2
Igor Chubin 5 years ago
parent 6c7600c309
commit 488160c636

@ -16,7 +16,7 @@ from __future__ import print_function
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