Browse Source

Fix PEP8

pull/46/head
Daniel Reis 11 years ago
parent
commit
1796785cab
  1. 4
      users_ldap_mail/users_ldap_model.py

4
users_ldap_mail/users_ldap_model.py

@ -60,8 +60,8 @@ class CompanyLDAP(orm.Model):
return cr.dictfetchall()
def map_ldap_attributes(self, cr, uid, conf, login, ldap_entry):
values = super(CompanyLDAP, self).map_ldap_attributes(cr, uid, conf,
login, ldap_entry)
values = super(CompanyLDAP, self).map_ldap_attributes(
cr, uid, conf, login, ldap_entry)
mapping = [
('name', 'name_attribute'),
('email', 'mail_attribute'),

Loading…
Cancel
Save