aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/http.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-05-26 16:22:13 +0200
committerMaximilian Hils <git@maximilianhils.com>2017-05-26 21:00:35 +0200
commite7990e0983344179e49a46f160e1482a0a0f6aa7 (patch)
tree026a0c37bd772924b4176b92c06089f3b095cdbb /pathod/language/http.py
parenteb5f37a7d19d74c88eed25d4b90f98bec1afa4be (diff)
downloadmitmproxy-e7990e0983344179e49a46f160e1482a0a0f6aa7.tar.gz
mitmproxy-e7990e0983344179e49a46f160e1482a0a0f6aa7.tar.bz2
mitmproxy-e7990e0983344179e49a46f160e1482a0a0f6aa7.zip
fix recursive import
Diffstat (limited to 'pathod/language/http.py')
-rw-r--r--pathod/language/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/http.py b/pathod/language/http.py
index 1ea55d75..5a962145 100644
--- a/pathod/language/http.py
+++ b/pathod/language/http.py
@@ -253,7 +253,7 @@ class Response(_HTTPMessage):
return ":".join([i.spec() for i in self.tokens])
-class NestedResponse(base.NestedMessage):
+class NestedResponse(message.NestedMessage):
preamble = "s"
nest_type = Response