compatibility with gevent >= 1.3
This commit is contained in:
parent
0d2e28e380
commit
dbb43f7e29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue