aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/websockets/masker.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/websockets/masker.py')
-rw-r--r--netlib/websockets/masker.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/netlib/websockets/masker.py b/netlib/websockets/masker.py
index 03b8f435..1c8330b1 100644
--- a/netlib/websockets/masker.py
+++ b/netlib/websockets/masker.py
@@ -1,7 +1,6 @@
-from __future__ import absolute_import
-class Masker(object):
+class Masker:
"""
Data sent from the server must be masked to prevent malicious clients
from sending data over the wire in predictable patterns.