mitmproxy/mitmproxy/platform
strohu 6a9407d7cc Make sudo pfctl error check Python 3 compatible
In Python 3, subprocess.check_output() returns a sequence of bytes. This change ensures that it will be converted to a string, so the substring test for the sudo error message does not raise a TypeError. This fixes the code in Python 3 while remaining compatible with Python 2.
2016-07-12 15:47:01 +01:00
..
__init__.py combine projects 2016-02-18 13:03:40 +01:00
linux.py combine projects 2016-02-18 13:03:40 +01:00
osx.py Make sudo pfctl error check Python 3 compatible 2016-07-12 15:47:01 +01:00
pf.py py3++: mitmproxy.platform.pf 2016-06-22 13:38:00 +05:30
windows.py fix imports 2016-05-31 19:35:10 -07:00