gnicorn fix, thanks Ander Arbelaiz

This commit is contained in:
mdipierro
2012-08-13 10:46:02 -05:00
parent 0634ce72c0
commit fe4319a197
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-12 10:38:38) dev
Version 2.00.0 (2012-08-13 10:45:57) dev
+1
View File
@@ -128,6 +128,7 @@ class Servers:
from gunicorn.app.base import Application
config = {'bind': "%s:%d" % address}
config.update(options)
sys.argv = ['anyserver.py']
class GunicornApplication(Application):
def init(self, parser, opts, args):
return config