Skip to content

Commit 07c771a

Browse files
author
stroeder
committed
added ldap.ldapobject.reconnect.__all__
1 parent 13ae211 commit 07c771a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Lib/ldap/ldapobject/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727

2828
__all__ = [
29+
'NO_UNIQUE_ENTRY',
2930
'LDAPObject',
3031
'SimpleLDAPObject',
3132
'ReconnectLDAPObject',

Lib/ldap/ldapobject/reconnect.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
from ldap.ldapobject.simple import SimpleLDAPObject
1515

1616

17+
__all__ = [
18+
'ReconnectLDAPObject',
19+
]
20+
21+
1722
class ReconnectLDAPObject(SimpleLDAPObject):
1823
"""
1924
In case of server failure (ldap.SERVER_DOWN) the implementations

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy