This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Ticket #1038: user.py.patch

File user.py.patch, 509 bytes (added by makub, 3 years ago)

fixed missing import

  • MaKaC/

    old new  
    4040from MaKaC.common.db import DBMgr 
    4141import MaKaC.common.info as info 
    4242from MaKaC.i18n import _ 
    43 from MaKaC.authentication.LDAPAuthentication import LDAPAuthenticator, ldapFindGroups, ldapUserInGroup 
     43from MaKaC.authentication.LDAPAuthentication import LDAPAuthenticator, ldapFindGroups, ldapUserInGroup, ldapFindGroupMemberUids 
    4444 
    4545from datetime import datetime, timedelta 
    4646