view pics2/pics.fcgi @ 77:6ede61cb9d12

add myw
author paulo
date Tue, 31 May 2016 23:40:17 -0600
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import pics_app
9 WSGIServer(pics_app.app).run()