test
parent
380492af7c
commit
92db331b03
|
@ -22,7 +22,7 @@ class LdapprObject(object):
|
||||||
"""
|
"""
|
||||||
def __init__(self, result, conn):
|
def __init__(self, result, conn):
|
||||||
"""The class is initialized with a tuple: (dn, {attributes}), and the
|
"""The class is initialized with a tuple: (dn, {attributes}), and the
|
||||||
existing connection.
|
existing connection
|
||||||
"""
|
"""
|
||||||
(self.dn, self.attributes) = result
|
(self.dn, self.attributes) = result
|
||||||
self.attrs = CustomCidict(self.attributes)
|
self.attrs = CustomCidict(self.attributes)
|
||||||
|
|
Loading…
Reference in New Issue