diff --git a/module_parent_dependencies/__openerp__.py b/module_parent_dependencies/__openerp__.py index f4a233d24..0bd9b197f 100644 --- a/module_parent_dependencies/__openerp__.py +++ b/module_parent_dependencies/__openerp__.py @@ -23,8 +23,8 @@ { 'name': 'Parent Dependencies of Modules', 'version': '0.1', - 'summary': """allows to see the list of modules dependencies of a given""" - """ module, at the full depth of the dependency tree""", + 'summary': "allows to see the list of modules dependencies of a given" + " module, at the full depth of the dependency tree", 'category': 'Tools', 'description': """ allows to see the list of modules dependencies of a given module, at the"""