diff --git a/openerp-wsgi.py b/openerp-wsgi.py index 48ffeaf3373..9ae18ffc69e 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:application -c openerp-wsgi.py +# $ gunicorn openerp:service.wsgi_server.application -c openerp-wsgi.py import openerp