aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_server.py')
-rw-r--r--test/test_server.py2
1 files changed, 1 insertions, 1 deletions
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