view myrss/index.fcgi @ 56:0249782e231e

pics2: add np_keys and selected thumbnail anchoring
author paulo
date Tue, 10 Sep 2013 01:04:24 -0700
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 from myrss_app import MyRssApp
8 WSGIServer(MyRssApp()).run()