# rom ..config.ldap import DEFAULT_PORT_LDAP, DEFAULT_PORT_LDAPS
from ..config.ldap import DEFAULT_TIMEOUT
-__version__ = '0.11.2'
+__version__ = '0.11.3'
LOG = logging.getLogger(__name__)
_ = XLATOR.gettext
msg = ngettext(
"Found one entry with filter {fltr!r} in {uri}/{bdn}.",
"Found {nr} enries with filter {fltr!r} in {uri}/{bdn}.",
- len(result)).format(nr=len(result), uri=connect_info.url,
- bdn=base_dn, fltr=ldap_filter)
+ len(result)).format(
+ nr=len(result), uri=connect_info.url, bdn=base_dn, fltr=ldap_filter)
LOG.debug(msg)
if self.verbose > 4:
LOG.debug(_("Got response entries:") + '\n' + pp(result))