From be2637000ad11c902b4f2e8020df2d2fecfc6e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Sun, 1 Oct 2017 14:56:32 +0200 Subject: Add wgsi wrapper --- wsgi.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wsgi.py diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000..58e4576 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 + +import sys +sys.path.append('./') + +from main import app as application -- cgit v1.2.3