aboutsummaryrefslogtreecommitdiffstats
path: root/examples/read_dumpfile
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-13 22:34:28 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-13 22:34:28 -0700
commitbc60c26c7bcf22876dd9436bff2b0ad886627d3d (patch)
treecd1683e3ff85195a84549d0d89c8a7110111e585 /examples/read_dumpfile
parent03c011cf4b1cad376529c0a64c912677fb93e93e (diff)
downloadmitmproxy-bc60c26c7bcf22876dd9436bff2b0ad886627d3d.tar.gz
mitmproxy-bc60c26c7bcf22876dd9436bff2b0ad886627d3d.tar.bz2
mitmproxy-bc60c26c7bcf22876dd9436bff2b0ad886627d3d.zip
py3++
Diffstat (limited to 'examples/read_dumpfile')
-rw-r--r--examples/read_dumpfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/read_dumpfile b/examples/read_dumpfile
index 56746bb8..39f18e3d 100644
--- a/examples/read_dumpfile
+++ b/examples/read_dumpfile
@@ -17,4 +17,4 @@ with open(sys.argv[1], "rb") as logfile:
pp.pprint(f.get_state())
print("")
except flow.FlowReadError as v:
- print "Flow file corrupted. Stopped loading."
+ print("Flow file corrupted. Stopped loading.")