Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 128 → Rev 129

/webapp/main.py
63,7 → 63,7
("/restart", Restart),
("/testdb", TestDB),
("/parse", Parse)
], settings = {"static_path": "static")})
], settings = {"static_path": "static"})
 
if __name__ == "__main__":
http_server = tornado.httpserver.HTTPServer(application)