Python3 compatibility: parentheses for print

This commit is contained in:
PabstMirror 2015-04-18 13:20:10 -05:00
parent 952666ab90
commit 43dee5643f

View File

@ -92,7 +92,7 @@ def check_privates(filepath):
private_output = private_output + '", "' + bad_priv
private_output = private_output + '"];';
print private_output
print (private_output)
for bad_priv in missing:
print ('\t' + bad_priv)