Parent: [70ad85] (diff)

Download this file

webui-wsgi.py    8 lines (7 with data), 225 Bytes

1
2
3
4
5
6
7
#!/usr/bin/env python
import os
# change to webui's directory and set up
os.chdir(os.path.dirname(__file__))
import webui
application = webui.bottle.default_app()
# vim: foldmethod=marker:filetype=python:textwidth=80:ts=4:et