2020-02-19 12:26:55 +01:00
|
|
|
#!/usr/bin/env python3
|
2012-05-08 23:41:41 +02:00
|
|
|
|
|
|
|
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))
|