Skip to content

Commit

Permalink
t_search was renamed to t_ldapobject
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 27, 2017
1 parent 1800cf6 commit 060e28a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 060e28a

Please sign in to comment.