diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-03 00:42:46 -0500 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2020-12-03 19:43:23 +0000 |
commit | 090096bff365b4ad69c061303c0852bf214b4f03 (patch) | |
tree | 04ce3aa4df1f81d37acdf398dc0ef4ee3f245cd4 /test/util.py | |
parent | 4a856f9593fb36fe7fdd2d6bcf79d9a7fada36ef (diff) |
tests: remove py2/py3 six compatability library
Type: test
Change-Id: Idb6b8169845e0239e639429ccfd02a683212b7e6
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/util.py')
-rw-r--r-- | test/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/util.py b/test/util.py index c7e4693e998..fc1eae03742 100644 --- a/test/util.py +++ b/test/util.py @@ -5,7 +5,6 @@ import ipaddress import logging import socket from socket import AF_INET6 -import six import sys import os.path |