Skip to content

Commit

Permalink
added 'strf_secs' and 'strp_secs' to ldap.functions.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jul 25, 2016
1 parent 69e7aa9 commit 850add0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Released 2.4.27 2016-07-xx
Changes since 2.4.26:

Lib/
*
* added 'strf_secs' and 'strp_secs' to ldap.functions.__all__

----------------------------------------------------------------
Released 2.4.26 2016-07-24
Expand Down Expand Up @@ -1279,4 +1279,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.389 2016/07/25 08:11:49 stroeder Exp $
$Id: CHANGES,v 1.390 2016/07/25 08:15:14 stroeder Exp $
3 changes: 2 additions & 1 deletion Lib/ldap/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
See http://www.python-ldap.org/ for details.
\$Id: functions.py,v 1.32 2016/07/17 15:12:58 stroeder Exp $
\$Id: functions.py,v 1.33 2016/07/25 08:15:14 stroeder Exp $
Compability:
- Tested with Python 2.0+ but should work with Python 1.5.x
Expand All @@ -25,6 +25,7 @@
'explode_dn','explode_rdn',
'get_option','set_option',
'escape_str',
'strf_secs','strp_secs',
]

import sys,pprint,time,_ldap,ldap
Expand Down

0 comments on commit 850add0

Please sign in to comment.