Skip to content

Commit

Permalink
Corrected ldap.controls.pwdpolicy.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Oct 24, 2015
1 parent c9f34d5 commit c6b18c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Lib/
generic wrapper arguments *args,**kwargs
* LDIFParser.parse_change_records() now correctly calls
LDIFParser.handle_change_modify()
* Corrected ldap.controls.pwdpolicy.__all__

Doc/
* Started missing docs for sub-module ldap.sasl.
Expand Down Expand Up @@ -1215,4 +1216,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.362 2015/10/24 15:50:00 stroeder Exp $
$Id: CHANGES,v 1.363 2015/10/24 15:55:07 stroeder Exp $
5 changes: 3 additions & 2 deletions Lib/ldap/controls/pwdpolicy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
See http://www.python-ldap.org/ for project details.
$Id: pwdpolicy.py,v 1.4 2014/03/12 21:34:07 stroeder Exp $
$Id: pwdpolicy.py,v 1.5 2015/10/24 15:55:07 stroeder Exp $
"""

__all__ = [
'ExpirationWarningControl'
'PasswordExpiringControl',
'PasswordExpiredControl',
]

# Imports from python-ldap 2.4+
Expand Down

0 comments on commit c6b18c7

Please sign in to comment.