From bc60c26c7bcf22876dd9436bff2b0ad886627d3d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 13 Apr 2016 22:34:28 -0700 Subject: py3++ --- examples/read_dumpfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/read_dumpfile') 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.") -- cgit v1.2.3