view index.fcgi @ 79:01cf0e93c914

cs: fix cookie paths
author paulo
date Thu, 02 Jun 2016 01:51:04 -0600
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 from index_app import app
8 WSGIServer(app).run()