view index.fcgi @ 59:6edb5112c804

merge 58:675002109a6a
author paulo
date Tue, 14 Jan 2014 23:52:02 -0800
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()