43a44,45
> from __future__ import print_function
>
77,78c79,80
< print "Error: --command-line and --command-line-file are " \
< "mutually exclusive"
---
> print("Error: --command-line and --command-line-file are "
> "mutually exclusive")
313c315
< print "Error: script doesn't take any positional arguments"
---
> print("Error: script doesn't take any positional arguments")
326,327c328,329
< print "Error benchmark %s has not been defined." % options.benchmark
< print "Valid benchmarks are: %s" % DefinedBenchmarks
---
> print("Error benchmark %s has not been defined." % options.benchmark)
> print("Valid benchmarks are: %s" % DefinedBenchmarks)
360c362
< print "Error I don't know how to create more than 2 systems."
---
> print("Error I don't know how to create more than 2 systems.")