From: Joseph Sutton Date: Mon, 13 Feb 2023 02:04:32 +0000 (+1300) Subject: s4-dsdb:large_ldap: Remove unused imports X-Git-Tag: talloc-2.4.1~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5ef4e2bacb821ead3aabf2bab09e37602afdb3;p=thirdparty%2Fsamba.git s4-dsdb:large_ldap: Remove unused imports Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/tests/python/large_ldap.py b/source4/dsdb/tests/python/large_ldap.py index de2f2de2322..8c70e1669af 100644 --- a/source4/dsdb/tests/python/large_ldap.py +++ b/source4/dsdb/tests/python/large_ldap.py @@ -34,14 +34,9 @@ import samba.getopt as options from samba.auth import system_session from samba import ldb, sd_utils from samba.samdb import SamDB -from samba.ndr import ndr_unpack -from samba import gensec -from samba.credentials import Credentials import samba.tests -from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError -from ldb import ERR_TIME_LIMIT_EXCEEDED, ERR_ADMIN_LIMIT_EXCEEDED, ERR_UNWILLING_TO_PERFORM -from ldb import Message +from ldb import LdbError parser = optparse.OptionParser("large_ldap.py [options] ") sambaopts = options.SambaOptions(parser)