changeset 12:73f326ec8142

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.
author Peter Hosey
date Mon, 11 Aug 2008 01:10:26 -0700
parents 999d7dccf66a
children 89284f926abb
files diff-colorize.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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