From c0a89efd6852bfd07dec4c8b1e74f0e927e7fdd8 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 10 Jan 2013 06:14:15 -0500 Subject: Remove some unused imports Remove all unused LDAP-related imports, plus some other ones. This should make it easier to quickly check what uses which LDAP wrapper --- ipaserver/ipaldap.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipaserver/ipaldap.py') diff --git a/ipaserver/ipaldap.py b/ipaserver/ipaldap.py index c7e1552e..b7b8bc18 100644 --- a/ipaserver/ipaldap.py +++ b/ipaserver/ipaldap.py @@ -33,7 +33,6 @@ import struct import ldap.sasl import ldapurl from ldap.controls import LDAPControl -from ldap.ldapobject import SimpleLDAPObject from ipapython.ipa_log_manager import * from ipapython import ipautil from ipalib import errors -- cgit