From 92db331b03ba7f747535e9cd12df252e0f59edec Mon Sep 17 00:00:00 2001 From: nanu2 Date: Sun, 8 Feb 2015 20:06:49 +0100 Subject: [PATCH] test --- ldappr/ldapprobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldappr/ldapprobject.py b/ldappr/ldapprobject.py index df0ba6c..a9770c2 100644 --- a/ldappr/ldapprobject.py +++ b/ldappr/ldapprobject.py @@ -22,7 +22,7 @@ class LdapprObject(object): """ def __init__(self, result, conn): """The class is initialized with a tuple: (dn, {attributes}), and the - existing connection. + existing connection """ (self.dn, self.attributes) = result self.attrs = CustomCidict(self.attributes)