diff --git a/openerp/addons/__init__.py b/openerp/addons/__init__.py index d019985f34c..88a0d113151 100644 --- a/openerp/addons/__init__.py +++ b/openerp/addons/__init__.py @@ -29,8 +29,7 @@ is deprecated. """ -from openerp.modules import - get_module_resource, - get_module_path # used only by base_module_quality +# get_module_path is used only by base_module_quality +from openerp.modules import get_module_resource, get_module_path # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: