Skip to content

Commit

Permalink
Added SearchNoOpMixIn to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Oct 24, 2015
1 parent 5d85c44 commit 4df497c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Lib/ldap/controls/openldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See http://www.python-ldap.org/ for project details.
$Id: openldap.py,v 1.5 2015/10/24 16:21:14 stroeder Exp $
$Id: openldap.py,v 1.6 2015/10/24 16:21:56 stroeder Exp $
"""

import ldap.controls
Expand All @@ -15,7 +15,8 @@


__all__ = [
'SearchNoOpControl'
'SearchNoOpControl',
'SearchNoOpMixIn',
]


Expand Down

0 comments on commit 4df497c

Please sign in to comment.