aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/modes/transparent_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy/modes/transparent_proxy.py')
-rw-r--r--libmproxy/proxy/modes/transparent_proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/proxy/modes/transparent_proxy.py b/libmproxy/proxy/modes/transparent_proxy.py
index da1d4632..3fdda656 100644
--- a/libmproxy/proxy/modes/transparent_proxy.py
+++ b/libmproxy/proxy/modes/transparent_proxy.py
@@ -6,6 +6,7 @@ from ...protocol import Layer, ServerConnectionMixin
class TransparentProxy(Layer, ServerConnectionMixin):
+
def __init__(self, ctx):
super(TransparentProxy, self).__init__(ctx)
self.resolver = platform.resolver()