Fix Encoding issues for python2

This commit is contained in:
Ozzieisaacs
2019-06-23 09:22:26 +02:00
parent 32af660f86
commit 572b5427c7
13 changed files with 5244 additions and 1119 deletions

View File

@ -25,7 +25,7 @@ import signal
import socket
try:
from gevent.pyiwsgi import WSGIServer
from gevent.pywsgi import WSGIServer
from gevent.pool import Pool
from gevent import __version__ as _version
VERSION = {'Gevent': 'v' + _version}