2015-04-06 23:51:31 +02:00
|
|
|
#!/usr/bin/env python
|
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))
|