Added SearchNoOpMixIn to __all__

This commit is contained in:
stroeder 2015-10-24 16:21:56 +00:00
parent 5d85c44b83
commit 4df497cca5
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ldap.controls.openldap - classes for OpenLDAP-specific controls
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
@ -15,7 +15,8 @@ from pyasn1.codec.ber import decoder
__all__ = [
'SearchNoOpControl'
'SearchNoOpControl',
'SearchNoOpMixIn',
]