log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view index.fcgi @ 59:6edb5112c804
find changesets by author, revision, files, or words in the commit message
merge 58:675002109a6a
author
paulo
date
Tue, 14 Jan 2014 23:52:02 -0800
parents
children
line source
1
#!/usr/bin/env python
2
3
from flup.server.fcgi import WSGIServer
4
5
from index_app import app
6
7
8
WSGIServer(app).run()