diff options
Diffstat (limited to 'test/http/test_semantics.py')
-rw-r--r-- | test/http/test_semantics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/http/test_semantics.py b/test/http/test_semantics.py index 986afc39..d58a44d2 100644 --- a/test/http/test_semantics.py +++ b/test/http/test_semantics.py @@ -3,10 +3,10 @@ import textwrap import binascii from mock import MagicMock -from netlib import http, odict, tcp +from netlib import http, odict, tcp, tutils from netlib.http import http1 from netlib.http.semantics import CONTENT_MISSING -from .. import tutils, tservers +from .. import tservers def test_httperror(): e = http.exceptions.HttpError(404, "Not found") |