mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python/tests/dns*: remove unused imports
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
committed by
Noel Power
parent
f5df55d244
commit
018c0138c2
@@ -17,16 +17,9 @@
|
||||
#
|
||||
|
||||
import sys
|
||||
import struct
|
||||
import random
|
||||
import socket
|
||||
import optparse
|
||||
import uuid
|
||||
import time
|
||||
import samba.ndr as ndr
|
||||
import samba.getopt as options
|
||||
from samba import credentials
|
||||
from samba.dcerpc import dns, dnsp
|
||||
from samba.dcerpc import dns
|
||||
from samba.tests.subunitrun import SubunitOptions, TestProgram
|
||||
from samba.tests.dns_base import DNSTKeyTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user