aboutsummaryrefslogtreecommitdiffstats
path: root/runserver.py
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-15 22:50:14 +0200
committerficus <ficus@robocracy.org>2012-09-15 22:50:14 +0200
commitced83335a5a338cb9c24956b96da526465d94df8 (patch)
treeb345cd21dfcbb9e660aceb2433c92bd50848938f /runserver.py
parent57a1e70dee45f5cd9493d6d23f8fc7b6435d5388 (diff)
downloadtui-ced83335a5a338cb9c24956b96da526465d94df8.tar.gz
tui-ced83335a5a338cb9c24956b96da526465d94df8.zip
refactor to distributable format
Diffstat (limited to 'runserver.py')
-rwxr-xr-xrunserver.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/runserver.py b/runserver.py
new file mode 100755
index 0000000..8e55e18
--- /dev/null
+++ b/runserver.py
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+from torouterui.server import main
+
+
+if __name__ == '__main__':
+ main()