From 7000fce72fbec34c6f4957a59d4146cc7148ee59 Mon Sep 17 00:00:00 2001 From: Declan Hoare Date: Thu, 16 Apr 2020 22:58:21 +1000 Subject: Initial Release --- unite.wsgi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unite.wsgi (limited to 'unite.wsgi') diff --git a/unite.wsgi b/unite.wsgi new file mode 100644 index 0000000..ba5e26b --- /dev/null +++ b/unite.wsgi @@ -0,0 +1,4 @@ +import os +import sys +sys.path.insert(0, os.path.dirname(os.path.realpath(__file__))) +from unite import app as application -- cgit v1.2.3