log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view pics2/pics.fcgi @ 64:33e8f29e0941
find changesets by author, revision, files, or words in the commit message
update myrss/FEEDS
author
paulo
date
Wed, 24 Sep 2014 14:15:14 -0600
parents
children
line source
1
#!/usr/bin/env python
2
3
from flup.server.fcgi import WSGIServer
4
#from flup.server.fcgi_single import WSGIServer
5
6
import pics_app
7
8
9
WSGIServer(pics_app.app).run()