From: Joseph Sutton Date: Thu, 5 May 2022 09:04:48 +0000 (+1200) Subject: examples: Remove unused imports X-Git-Tag: talloc-2.3.4~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9d12c703ae692c6a09b0d2b4df40d56f0a0d84c;p=thirdparty%2Fsamba.git examples: Remove unused imports Signed-off-by: Joseph Sutton Reviewed-by: Andreas Schneider --- 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 ###########