Child: [7da8ea] (diff)

Download this file

webui-wsgi.py    9 lines (7 with data), 184 Bytes

1
2
3
4
5
6
7
8
#!env python
import os
import bottle
import webui
os.chdir(os.path.dirname(__file__))
application = bottle.default_app()
# vim: foldmethod=marker:filetype=python:textwidth=80:ts=4:et