compatibility with gevent >= 1.3

This commit is contained in:
boyska 2018-08-19 21:52:38 +02:00
parent 0d2e28e380
commit dbb43f7e29

View file

@ -15,7 +15,7 @@ import logging.config
import subprocess
import gevent
from gevent.wsgi import WSGIServer
from gevent.pywsgi import WSGIServer
from .mpc import Controller, get_mpd_client
from .config import get_conf