Skip to content

Updated print statements to function calls for python3

This patch updates all instances of print statement usage to print() function calls to enable python3 compatibility. This is mainly in test scripts, I think, but should mean one can build in a system that doesn't have python2.

Merge request reports