Skip to content

Commit

Permalink
Stripped trailing white-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jun 22, 2015
1 parent caf2cc6 commit 52dfc3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lib/ldap/controls/openldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
See http://www.python-ldap.org/ for project details.
$Id: openldap.py,v 1.2 2015/06/22 11:51:07 stroeder Exp $
$Id: openldap.py,v 1.3 2015/06/22 17:56:50 stroeder Exp $
"""

import ldap.controls
Expand Down Expand Up @@ -46,11 +46,11 @@ def decodeControlValue(self,encodedControlValue):
class SearchNoOpMixIn:
"""
Mix-in class to be used with class LDAPObject and friends.
It adds a convenience method noop_search_st() to LDAPObject
for easily using the no-op search control.
"""

def noop_search_st(self,base,scope=ldap.SCOPE_SUBTREE,filterstr='(objectClass=*)',timeout=-1):
try:
msg_id = self.search_ext(
Expand Down

0 comments on commit 52dfc3e

Please sign in to comment.