Update uwsgi wrapper

pull/2/head
Noah 2014-07-23 19:42:29 +00:00
padre 9dcd556152
commit 0146fea8e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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