Browse Source

Use flipflop instead of flup

pull/109/merge
Guillaume Ayoub 11 years ago
parent
commit
37384e6ceb
  1. 2
      demo/cabaret.fcgi

2
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 <http://www.gnu.org/licenses/>.
from cabaret import create_app
from flup.server.fcgi import WSGIServer
from flipflop import WSGIServer
import logging
app = create_app()

Loading…
Cancel
Save