From 67c24114d8b628420febe700282750af75cb261c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nhomar=20Hern=C3=A1ndez=20=5BVauxoo=5D?= Date: Tue, 17 Jun 2014 23:30:42 -0500 Subject: [PATCH] To test a Pull request. --- winpdb_debugger/__openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winpdb_debugger/__openerp__.py b/winpdb_debugger/__openerp__.py index edee6275..9fbdbecf 100644 --- a/winpdb_debugger/__openerp__.py +++ b/winpdb_debugger/__openerp__.py @@ -26,7 +26,8 @@ 'author': 'CLEARCORP S.A.', 'website': 'http://clearcorp.co.cr', 'category': 'Development', - 'description': """Adds a wizard to start a Winpdb debugger connection. + 'description': """ +Adds a wizard to start a Winpdb debugger connection. """, 'depends': ['base'], 'demo_xml': [],