Adopt to python-ldap 2.4.6 by removing unused references which are not available in python-ldap anymore

This commit is contained in:
Alexander Bokovoy 2012-02-01 14:25:46 +02:00 committed by Rob Crittenden
parent 8bba212c80
commit af187713e7

View File

@ -32,7 +32,7 @@ import time
import struct
import ldap.sasl
import ldapurl
from ldap.controls import LDAPControl,DecodeControlTuples,EncodeControlTuples
from ldap.controls import LDAPControl
from ldap.ldapobject import SimpleLDAPObject
from ipaserver import ipautil
from ipalib import errors