Skip to content

Commit 060e28a

Browse files
author
stroeder
committed
t_search was renamed to t_ldapobject
1 parent 1800cf6 commit 060e28a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Tests/__init__.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
python-ldap tests module package
33
"""
44

5-
import t_cext
6-
import t_ldap_dn
7-
import t_ldap_filter
8-
import t_ldap_functions
9-
import t_ldap_modlist
10-
import t_ldap_schema_tokenizer
11-
import t_ldapurl
12-
import t_ldif
13-
import t_search
5+
import t_cext
6+
import t_ldap_dn
7+
import t_ldap_filter
8+
import t_ldap_functions
9+
import t_ldap_modlist
10+
import t_ldap_schema_tokenizer
11+
import t_ldapurl
12+
import t_ldif
13+
import t_ldapobject
1414
import t_ldap_schema_subentry

0 commit comments

Comments
 (0)