def _callFUT(self, config, base_dn, filter_tmpl, **kw): from pyramid_ldap import ldap_set_login_query return ldap_set_login_query(config, base_dn, filter_tmpl, **kw)