From c92b29e3f9b7151eeddf0ef8109f8c72f7b2304e Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Thu, 12 Jan 2012 09:48:42 +0100 Subject: [PATCH] [FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another, intended, change). bzr revid: vmt@openerp.com-20120112084842-1xqal5okrmuhyxsu --- gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index aaf48c7fd3a..9962493d549 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -35,7 +35,7 @@ conf = openerp.tools.config # Path to the OpenERP Addons repository (comma-separated for # multiple locations) -conf['addons_path'] = '/home/thu/repos/addons/trunk-import-hook,/home/thu/repos/web/trunk-import-hook/addons' +conf['addons_path'] = '/home/openerp/addons/trunk,/home/openerp/web/trunk/addons' # Optional database config if not using local socket #conf['db_name'] = 'mycompany'