37a38,39
> from __future__ import print_function
>
63c65
< print "Did not find packet proto definitions, attempting to generate"
---
> print("Did not find packet proto definitions, attempting to generate")
68c70
< print "Generated packet proto definitions"
---
> print("Generated packet proto definitions")
73c75
< print "Please install the Python protobuf module"
---
> print("Please install the Python protobuf module")
78c80
< print "Failed to import packet proto definitions"
---
> print("Failed to import packet proto definitions")
95c97
< print "Error: script doesn't take any positional arguments"
---
> print("Error: script doesn't take any positional arguments")
174c176
< print "Failed to open ", filename, " for writing"
---
> print("Failed to open ", filename, " for writing")
211c213
< print "Generating traces, please wait..."
---
> print("Generating traces, please wait...")
307c309
< print "lat_mem_rd with %d iterations, ranges:" % iterations
---
> print("lat_mem_rd with %d iterations, ranges:" % iterations)
309c311
< print r
---
> print(r)