diff --git a/demo/cabaret.fcgi b/demo/cabaret.fcgi index 2c94f51..b49fd74 100755 --- a/demo/cabaret.fcgi +++ b/demo/cabaret.fcgi @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with pygal. If not, see . from cabaret import create_app -from flup.server.fcgi import WSGIServer +from flipflop import WSGIServer import logging app = create_app()