From ce98a9219e060b729d4b0d2dc28bf4510649f0fd Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Oct 2016 16:38:31 +1300 Subject: test & examples: zap six --- test/netlib/test_tcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/netlib/test_tcp.py') diff --git a/test/netlib/test_tcp.py b/test/netlib/test_tcp.py index dc2f4e7e..797a5a04 100644 --- a/test/netlib/test_tcp.py +++ b/test/netlib/test_tcp.py @@ -1,5 +1,5 @@ from io import BytesIO -from six.moves import queue +import queue import time import socket import random -- cgit v1.2.3