aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tls_passthrough.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tls_passthrough.py')
-rw-r--r--examples/tls_passthrough.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/tls_passthrough.py b/examples/tls_passthrough.py
index 20e8f9be..445ea5c3 100644
--- a/examples/tls_passthrough.py
+++ b/examples/tls_passthrough.py
@@ -20,7 +20,6 @@ Example:
Authors: Maximilian Hils, Matthew Tuusberg
"""
-from __future__ import absolute_import, print_function, division
import collections
import random
@@ -38,7 +37,7 @@ class InterceptionResult(Enum):
skipped = None
-class _TlsStrategy(object):
+class _TlsStrategy:
"""
Abstract base class for interception strategies.
"""