aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/websockets/frame.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/websockets/frame.py')
-rw-r--r--netlib/websockets/frame.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlib/websockets/frame.py b/netlib/websockets/frame.py
index ad4ad0ee..1c4a03b2 100644
--- a/netlib/websockets/frame.py
+++ b/netlib/websockets/frame.py
@@ -21,6 +21,7 @@ OPCODE = utils.BiDi(
PONG=0x0a
)
+
class FrameHeader(object):
def __init__(