From 7c6c3d00a7d044a5bea52b75a53a80aaa00df54f Mon Sep 17 00:00:00 2001 From: David Bartley Date: Tue, 18 Dec 2007 01:22:09 -0500 Subject: [PATCH] Remove extraneous whitespace --- ceo/ldapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceo/ldapi.py b/ceo/ldapi.py index 85acccd..8a1c879 100644 --- a/ceo/ldapi.py +++ b/ceo/ldapi.py @@ -31,7 +31,7 @@ def abslookup(ld, dn, objectclass=None): matches = ld.search_s(dn, ldap.SCOPE_BASE) except ldap.NO_SUCH_OBJECT: return None - + # dn was found, but didn't match the objectclass filter if len(matches) < 1: return None