mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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")
|
sys.path.insert(0, "bin/python")
|
||||||
|
|
||||||
import samba
|
|
||||||
import samba.getopt as options
|
import samba.getopt as options
|
||||||
from samba.dcerpc import dnsserver, security, dnsp
|
from samba.dcerpc import dnsserver, dnsp
|
||||||
|
|
||||||
|
|
||||||
########### main code ###########
|
########### main code ###########
|
||||||
|
Loading…
Reference in New Issue
Block a user