summaryrefslogtreecommitdiff
path: root/bin/webapp.py
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2011-07-24 11:05:42 +0200
committeryvesf <yvesf-git@xapek.org>2011-07-24 11:05:42 +0200
commit75017423563a18986aa096566d8a2969c32c3588 (patch)
treebd86ab746dd06f71ebd1b723e3bec754805e8736 /bin/webapp.py
parenta0382ecfbef32b47b7438170feaa7b81d7bc22db (diff)
downloadebus-alt-75017423563a18986aa096566d8a2969c32c3588.tar.gz
ebus-alt-75017423563a18986aa096566d8a2969c32c3588.zip
clean up file structure, use bottle soup plugin
Diffstat (limited to 'bin/webapp.py')
-rw-r--r--bin/webapp.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/webapp.py b/bin/webapp.py
deleted file mode 100644
index c3975f3..0000000
--- a/bin/webapp.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-# coding: utf-8
-import bottle
-from ebus import webapp
-
-if __name__ == "__main__":
- bottle.run(webapp.app, host="0.0.0.0", port=8000, reloader=True)