diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2018-10-11 16:05:57 +1300 |
---|---|---|
committer | Noel Power <npower@samba.org> | 2018-10-25 21:45:55 +0200 |
commit | dd99bfd866ad5b00caec6085094cd6ef4d40a23d (patch) | |
tree | 3a35ea03702b7dd4c7162b6db0896108924fce0d /wintest | |
parent | 5773290a6f011b5a3408c6f34f791cebfb4bfac2 (diff) | |
download | samba-dd99bfd866ad5b00caec6085094cd6ef4d40a23d.tar.gz |
wintest/test-s3: remove unused imports
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s3.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wintest/test-s3.py b/wintest/test-s3.py index 6e3cb9521d6..0c270ea8f9a 100755 --- a/wintest/test-s3.py +++ b/wintest/test-s3.py @@ -2,9 +2,6 @@ '''automated testing of Samba3 against windows''' -import sys -import os -import optparse import wintest |