diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-01 12:32:03 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-01 12:32:03 +1200 |
commit | 7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef (patch) | |
tree | a4131e57c04eef26db39c57e79a69899f6e06069 /libmproxy/platform/windows.py | |
parent | 50df036db5bd38a2639955674726a70cc643f32d (diff) | |
parent | c28cc6fe96becc3dae860f0abca4b00149372743 (diff) | |
download | mitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.tar.gz mitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.tar.bz2 mitmproxy-7439e244a6ac0bc5ef4ffcbfbf312b91373de0ef.zip |
Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy
Diffstat (limited to 'libmproxy/platform/windows.py')
-rw-r--r-- | libmproxy/platform/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmproxy/platform/windows.py b/libmproxy/platform/windows.py index 5133d056..09a4422f 100644 --- a/libmproxy/platform/windows.py +++ b/libmproxy/platform/windows.py @@ -371,7 +371,7 @@ class TransparentProxy(object): if server: packet.src_addr, packet.src_port = server else: - print "Warning: Previously unseen connection from proxy to %s:%s." % client + print("Warning: Previously unseen connection from proxy to %s:%s." % client) packet = self.driver.update_packet_checksums(packet) self.response_handle.send((packet.raw, metadata)) |