1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

examples: Remove unused imports

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2022-05-05 21:04:48 +12:00 committed by Andreas Schneider
parent d303a0bee4
commit b9d12c703a

View File

@ -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 ###########