hack to make bins work without PYTHONPATH

This commit is contained in:
Bryce Allen
2015-03-20 22:23:02 -05:00
parent 2abdeaa5b7
commit 45c0cfd10c
5 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env python
# Set PYTHONPATH in lighttpd or other server config.
from flup.server.fcgi import WSGIServer
from mhapi.web.wsgi import application