]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
examples: Remove unused imports
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 5 May 2022 09:04:48 +0000 (21:04 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 10 May 2022 05:19:34 +0000 (05:19 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/examples/dnsserver.py

index ccb003f921289ddd5470de22dd47ac83cf3ef87d..5d726267ab3acbab0be3da6d71284fe609bb30c1 100755 (executable)
@@ -7,9 +7,8 @@ from optparse import OptionParser
 
 sys.path.insert(0, "bin/python")
 
-import samba
 import samba.getopt as options
-from samba.dcerpc import dnsserver, security, dnsp
+from samba.dcerpc import dnsserver, dnsp
 
 
 ########### main code ###########