From a5d9e1f44dbe0fc6fee174b1953806f9b148b5ad Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 29 Jul 2015 11:39:53 +0200 Subject: move code to netlib and implement protocols --- test/test_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_server.py') diff --git a/test/test_server.py b/test/test_server.py index 066e628a..27b8aad3 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -5,11 +5,11 @@ from OpenSSL import SSL from netlib import tcp, http, socks from netlib.certutils import SSLCert from netlib.http import authentication +from netlib.http.semantics import CONTENT_MISSING from libpathod import pathoc, pathod from libmproxy.proxy.config import HostMatcher from libmproxy.protocol import KILL, Error -from libmproxy.protocol.http import CONTENT_MISSING import tutils import tservers -- cgit v1.2.3