From 2aa1b98fbf8d03005e022da86e3e534cf25ebf62 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 22 Jun 2015 14:52:23 +1200 Subject: netlib/test.py -> test/tservers.py --- test/test_http.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test_http.py') diff --git a/test/test_http.py b/test/test_http.py index 0a9e276f..2ad81d24 100644 --- a/test/test_http.py +++ b/test/test_http.py @@ -1,8 +1,8 @@ import cStringIO import textwrap import binascii -from netlib import http, odict, tcp, test -import tutils +from netlib import http, odict, tcp +from . import tutils, tservers def test_httperror(): @@ -284,7 +284,7 @@ class NoContentLengthHTTPHandler(tcp.BaseHandler): self.wfile.flush() -class TestReadResponseNoContentLength(test.ServerTestBase): +class TestReadResponseNoContentLength(tservers.ServerTestBase): handler = NoContentLengthHTTPHandler def test_no_content_length(self): -- cgit v1.2.3