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:
parent
d303a0bee4
commit
b9d12c703a
@ -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 ###########
|
||||
|
Loading…
Reference in New Issue
Block a user