Skip to content

TrigPSC: Define printfunc before including JO files.

Scott Snyder requested to merge ssnyder/athena:printfunc.TrigPSC-20191214 into master

For compatibility between py2 and py3, athena JO files use `printfunc()' instead of either the py2 print statement of the py3 builtin print() function. (The reason for not just using print() along with from future import print_function is that with an included file, the print_function future can't be limited to one file.)

Define printfunc here to be compatibile with what's done in athena.

Merge request reports