diff options
| author | Declan Hoare <[email protected]> | 2020-04-16 22:58:21 +1000 |
|---|---|---|
| committer | Declan Hoare <[email protected]> | 2020-04-16 23:10:44 +1000 |
| commit | 7000fce72fbec34c6f4957a59d4146cc7148ee59 (patch) | |
| tree | 5affe93d68a7fbcc6cf85a4d9a3eedecc730d1f7 /unite.wsgi | |
| download | shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.tar.gz shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.tar.bz2 shiftgears-7000fce72fbec34c6f4957a59d4146cc7148ee59.zip | |
Initial Release
Diffstat (limited to 'unite.wsgi')
| -rw-r--r-- | unite.wsgi | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
