Hash : 8d199077 Author : Date : 2020-02-19T14:56:55
Remove python2 support from tests/utils scripts
Download
1 2 3 4 5 6 7
#!/usr/bin/env python3 from hb_test_tools import * formatter = ColorFormatter.Auto (sys.argv) colorizer = DiffColorizer (formatter=formatter) UtilMains.process_multiple_files (FilterHelpers.filter_printer_function_no_newline (colorizer.colorize_diff))