aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/platform
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-19 12:00:37 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-19 12:00:37 +0200
commit7bde38dc4a8041e60daeddfea4c581fb90f0e192 (patch)
tree4d72157970aa6e60e62472e55e1b18c7c079db5c /mitmproxy/platform
parent5c0161886ae03dcd3b4cfc726c7a53408cdb5d71 (diff)
downloadmitmproxy-7bde38dc4a8041e60daeddfea4c581fb90f0e192.tar.gz
mitmproxy-7bde38dc4a8041e60daeddfea4c581fb90f0e192.tar.bz2
mitmproxy-7bde38dc4a8041e60daeddfea4c581fb90f0e192.zip
py3++
Diffstat (limited to 'mitmproxy/platform')
-rw-r--r--mitmproxy/platform/osx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/platform/osx.py b/mitmproxy/platform/osx.py
index b16c1861..b5dce793 100644
--- a/mitmproxy/platform/osx.py
+++ b/mitmproxy/platform/osx.py
@@ -1,6 +1,6 @@
import subprocess
-import pf
+from . import pf
"""
Doing this the "right" way by using DIOCNATLOOK on the pf device turns out