From 63157cfbf28593bab1a098b7d9f106986cbd33b9 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sat, 6 Sep 2014 12:50:34 +0200 Subject: [PATCH] [REF] remove extra double quotes useless --- module_parent_dependencies/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"""