Update uwsgi wrapper

pull/2/head
Noah 2014-07-23 19:42:29 +00:00
parent 9dcd556152
commit 0146fea8e0
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ sys.path.append(".")
activate_this = os.environ['HOME']+'/.virtualenv/rophako/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
from rophako import app as application
from rophako.app import app as application
# vim:ft=python