# HG changeset patch # User Peter Hosey # Date 1218442226 25200 # Node ID 73f326ec81422d3fc8c31d39823249e218f67aab # Parent 999d7dccf66a8992b167a0c57947318211179517 Removed the now-unnecessary print statement for RESET_FORMAT, since we now output RESET_FORMAT at the end of every loop iteration, rather than the beginning. diff --git a/diff-colorize.py b/diff-colorize.py --- a/diff-colorize.py +++ b/diff-colorize.py @@ -125,5 +125,3 @@ for line in fileinput.input(): sys.stdout.write(line) sys.stdout.write(RESET_FORMAT) - -print RESET_FORMAT