Fix bonehead error. I never tested in non-dryrun mode! (*blush*)

This commit is contained in:
Eric S. Raymond 2008-03-28 17:09:04 +00:00
parent 22ea8f704a
commit 5d28c25057

View file

@ -8,7 +8,7 @@ Map the magenta team-color patches in the input image to red in the
output image, copy the result to output.
"""
import sys,getopt
import sys,os,getopt
team_red=255
team_green=0