From aaf82cae7d05e52d37927030adb68c94314e6110 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 2 Feb 2016 13:25:31 +0100 Subject: tests: use relative imports --- test/test_protocol_http.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_protocol_http.py') diff --git a/test/test_protocol_http.py b/test/test_protocol_http.py index 59ba6b15..489be3f9 100644 --- a/test/test_protocol_http.py +++ b/test/test_protocol_http.py @@ -3,8 +3,7 @@ from netlib.exceptions import HttpSyntaxException from netlib.http import http1 from netlib.tcp import TCPClient from netlib.tutils import treq, raises -import tutils -import tservers +from . import tutils, tservers class TestHTTPResponse: -- cgit v1.2.3