aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/language/http2.py')
-rw-r--r--pathod/language/http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/http2.py b/pathod/language/http2.py
index dc842e59..5b27d5bf 100644
--- a/pathod/language/http2.py
+++ b/pathod/language/http2.py
@@ -205,7 +205,7 @@ class Response(_HTTP2Message):
return ":".join([i.spec() for i in self.tokens])
-class NestedResponse(base.NestedMessage):
+class NestedResponse(message.NestedMessage):
preamble = "s"
nest_type = Response