Test commit

This commit is contained in:
dave 2014-08-26 12:50:42 -07:00
parent 562a43ce9b
commit 9d9ba85bce
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -268,4 +268,3 @@ if __name__ == '__main__' or 'uwsgi' in __name__:
sys.stdout = sys.stderr
cherrypy.config.update({'environment': 'embedded'})
application = cherrypy.tree.mount(pysite, "/", appconf)