From 5ab61fb4ed33da86d0b16a3de2e4b0145a296bea Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Wed, 4 Mar 2015 11:13:56 +0100 Subject: [PATCH] fix travis (flake8) --- users_ldap_mail/__openerp__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 1231e07cb..8540603bf 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -23,7 +23,8 @@ 'name': "LDAP mapping for user name and e-mail", 'version': "1.0", 'depends': ["auth_ldap"], - 'author': "Daniel Reis (https://launchpad.com/~dreis-pt),Odoo Community Association (OCA)", + 'author': "Daniel Reis (https://launchpad.com/~dreis-pt)," + "Odoo Community Association (OCA)", 'license': 'AGPL-3', 'description': """\ Allows to define the LDAP attributes to use to retrieve user name and e-mail