From 060e28adfa930dc0845d97911095217643a87fa4 Mon Sep 17 00:00:00 2001 From: stroeder Date: Thu, 27 Apr 2017 08:41:28 +0000 Subject: [PATCH] t_search was renamed to t_ldapobject --- Tests/__init__.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Tests/__init__.py b/Tests/__init__.py index db0f9a6..e17e215 100644 --- a/Tests/__init__.py +++ b/Tests/__init__.py @@ -2,13 +2,13 @@ python-ldap tests module package """ -import t_cext -import t_ldap_dn -import t_ldap_filter -import t_ldap_functions -import t_ldap_modlist -import t_ldap_schema_tokenizer -import t_ldapurl -import t_ldif -import t_search +import t_cext +import t_ldap_dn +import t_ldap_filter +import t_ldap_functions +import t_ldap_modlist +import t_ldap_schema_tokenizer +import t_ldapurl +import t_ldif +import t_ldapobject import t_ldap_schema_subentry