aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/language/websockets.py')
-rw-r--r--pathod/language/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/websockets.py b/pathod/language/websockets.py
index 68167964..cc00bcf1 100644
--- a/pathod/language/websockets.py
+++ b/pathod/language/websockets.py
@@ -236,7 +236,7 @@ class WebsocketFrame(message.Message):
return ":".join([i.spec() for i in self.tokens])
-class NestedFrame(base.NestedMessage):
+class NestedFrame(message.NestedMessage):
preamble = "f"
nest_type = WebsocketFrame