commit | 6afaeb757af0dbd8508a0f2352ade61e41bec84c | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Fri Aug 03 17:06:41 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Fri Aug 03 17:06:41 2007 +0000 |
tree | f1b31bc7138b17ff39791bbb45aa81583c3b6e46 | |
parent | e5d0e8431f929cad2da77b63fe1b7dc0ff21a428 [diff] [blame] |
Convert print statements to function calls in Tools/.
diff --git a/Tools/scripts/fixcid.py b/Tools/scripts/fixcid.py index d434345..1235e4f 100755 --- a/Tools/scripts/fixcid.py +++ b/Tools/scripts/fixcid.py
@@ -244,7 +244,7 @@ subst = Dict[found] if Program is InsideCommentProgram: if not Docomments: - print 'Found in comment:', found + print('Found in comment:', found) i = i + n continue if NotInComment.has_key(found):