From 7833ed2137053faf8c3d5946fb77c2eed447c64b Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 22 Sep 2012 12:55:15 +0200 Subject: [PATCH] typo bzr revid: al@openerp.com-20120922105515-hk2fcc4ux5rb1xz1 --- openerp-wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openerp-wsgi.py b/openerp-wsgi.py index 7382b90d3b7..5ab7afc406e 100644 --- a/openerp-wsgi.py +++ b/openerp-wsgi.py @@ -11,7 +11,7 @@ # # For gunicorn additional globals need to be defined in the Gunicorn section. # Then the following command should run: -# $ gunicorn openerp:wsgi.core.application -c gunicorn.conf.py +# $ gunicorn openerp:application -c openerp-wsgi.py import openerp