diff --git a/test/test_server.py b/test/test_server.py index 76f247435..ee6873c7c 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -1,5 +1,6 @@ from netlib import tcp -import tutils +from time import sleep +import tutils, socket """ Note that the choice of response code in these tests matters more than you