[lc_ldap] Corrections de bugs, et cohérence de code.
This commit is contained in:
parent
6d4d56db72
commit
7ed1874d62
4 changed files with 26 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
## Copyright (C) 2013 Cr@ns <roots@crans.org>
|
||||
# Authors:
|
||||
# * Antoine Durand-Gasselin <adg@crans.org>
|
||||
# * Antoine Durand-Gasselin <adg@crans.org>
|
||||
# * Pierre-Elliott Bécue <becue@crans.org>
|
||||
#
|
||||
# All rights reserved.
|
||||
|
@ -180,7 +180,7 @@ class LdapLockHolder:
|
|||
pass
|
||||
if not self.locks[Id][item]:
|
||||
self.locks[Id].pop(item)
|
||||
|
||||
|
||||
def getlock(self, item, value):
|
||||
"""
|
||||
Trouve le lock item=value, et renvoie le contenu de lockinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue