master
nanu2 2015-02-08 20:06:49 +01:00
parent 380492af7c
commit 92db331b03
1 changed files with 1 additions and 1 deletions

View File

@ -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)