From 78ae3e4a0009d7bb2f2f7f53df2d622fc12d05dc Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 8 Jul 2015 09:34:52 +0200 Subject: use netlib.http_semantics for generic data --- test/test_pathoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_pathoc.py') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index fb8d348a..926fcab5 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -4,13 +4,13 @@ import re import OpenSSL from mock import Mock -from netlib import tcp, http, http2, socks +from netlib import tcp, http, http2, http_semantics, socks from libpathod import pathoc, test, version, pathod, language import tutils def test_response(): - r = pathoc.Response("1.1", 200, "Message", {}, None, None) + r = http_semantics.Response("1.1", 200, "Message", {}, None, None) assert repr(r) -- cgit v1.2.3