diff --git a/radicale.fcgi b/radicale.fcgi index 6f493da..01a3c07 100755 --- a/radicale.fcgi +++ b/radicale.fcgi @@ -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