summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-05-05 21:04:48 +1200
committerAndreas Schneider <asn@cryptomilk.org>2022-05-10 05:19:34 +0000
commitb9d12c703ae692c6a09b0d2b4df40d56f0a0d84c (patch)
treef7e6173ab0e567d9f8d32a41058fc88b06cf78c6 /python
parentd303a0bee4635a950d21b72a2e27c8382a3585a9 (diff)
downloadsamba-b9d12c703ae692c6a09b0d2b4df40d56f0a0d84c.tar.gz
examples: Remove unused imports
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'python')
-rwxr-xr-xpython/examples/dnsserver.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/examples/dnsserver.py b/python/examples/dnsserver.py
index ccb003f9212..5d726267ab3 100755
--- a/python/examples/dnsserver.py
+++ b/python/examples/dnsserver.py
@@ -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 ###########