importing stream into git
[stream.git] / do.cgi
blobaf6842e66acab7d5beb55ec2fe8d67bdd449e199
1 #!/home/protected/bin/python -OO
2 # -*- mode: python -*-
4 import web
5 import stream
7 web.run(stream.urls, stream.__dict__, web.reloader)