]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pytests/dns_forwarder: remove unused import
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 7 Apr 2021 03:34:52 +0000 (15:34 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 8 Apr 2021 23:03:52 +0000 (23:03 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Thu Apr  8 23:03:52 UTC 2021 on sn-devel-184

python/samba/tests/dns_forwarder.py

index 973ce4d3a5867402308d516615ca3b0859d0a8d4..403b9623a73999b838339fd038abfcf17f47a653 100644 (file)
@@ -28,7 +28,6 @@ from samba import credentials, param
 from samba.tests import TestCase
 from samba.dcerpc import dns, dnsp, dnsserver
 from samba.dnsserver import TXTRecord
-from samba.netcmd.dns import dns_record_match
 from samba.tests.subunitrun import SubunitOptions, TestProgram
 import samba.getopt as options
 import optparse