Correct Python 3 support for some test related scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import yaml
|
||||
import os
|
||||
import re
|
||||
@@ -264,7 +265,7 @@ def main():
|
||||
parser.copy_module_def_file()
|
||||
if len(parser.parsing_errors) > 0:
|
||||
for error in parser.parsing_errors:
|
||||
print error
|
||||
print(error)
|
||||
exit(-1)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user