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

py/tests: 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:
Douglas Bagnall 2018-10-11 16:50:49 +13:00 committed by Noel Power
parent cb2c5843bc
commit ff1bff9e8b
4 changed files with 0 additions and 7 deletions

View File

@ -18,7 +18,6 @@
import sys
import socket
import struct
import samba.dcerpc.dcerpc
import samba.dcerpc.base
import samba.dcerpc.epmapper

View File

@ -19,12 +19,10 @@
# Based on the EchoServer example from python docs
from __future__ import print_function
import SocketServer
import time
import sys
from threading import Timer
from samba.dcerpc import dns
import samba.ndr as ndr
import random
import re
VERBOSE = False

View File

@ -23,8 +23,6 @@ import samba
import samba.tests
from samba.kcc.graph import *
import itertools
def ntdsconn_schedule(times):
if times is None:

View File

@ -22,8 +22,6 @@
import samba
import os
import time
import shutil
import sys
import subprocess
import logging
import samba.tests