blob: 40b6f6a769dfbb55b3530a0233be32b6bf9c6826 [file] [log] [blame]
#!/usr/bin/env python2.6
# -*- Python -*-
%(site_import_string)s
import llvmlab.ui.app
application = llvmlab.ui.app.App.create_standalone(
config_path = %(lab_config_path)r)
if __name__ == "__main__":
import werkzeug
werkzeug.run_simple('localhost', 5000, application)