Use flup or flipflop in fcgi script
This commit is contained in:
parent
f9ce1d0e6d
commit
152e5494d3
@ -24,7 +24,10 @@ Launch a Radicale FastCGI server according to configuration.
|
||||
|
||||
"""
|
||||
|
||||
from flup.server.fcgi import WSGIServer
|
||||
try:
|
||||
from flup.server.fcgi import WSGIServer
|
||||
except ImportError:
|
||||
from flipflop import WSGIServer
|
||||
import radicale
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user