gevent: patch httplib explicitly

This commit is contained in:
Igor Chubin 2020-05-01 18:53:47 +02:00
parent 6c7600c309
commit 488160c636

View File

@ -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