summaryrefslogtreecommitdiff
path: root/web/run_web.py
blob: 3d3c50b78892c3e3ac84726a10f9155e10949612 (plain)
1
2
3
4
5
#!/usr/bin/python
from web import *
print "starting cherrypy webserver"
cherrypy.quickstart(Root(), config=conf)