From 79b334ba55f3d0ab7e8f453fe1948f609a3fc6e0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Wed, 17 Jan 2001 09:13:33 +0000 Subject: Hand repair of cases where reindent changed lines of the form \t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years. --- Tools/scripts/classfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts/classfix.py') diff --git a/Tools/scripts/classfix.py b/Tools/scripts/classfix.py index 332db1274e..26aa59908c 100755 --- a/Tools/scripts/classfix.py +++ b/Tools/scripts/classfix.py @@ -80,7 +80,7 @@ def recursedown(dirname): return bad def fix(filename): -## dbg('fix(' + `filename` + ')\n') +## dbg('fix(' + `filename` + ')\n') try: f = open(filename, 'r') except IOError, msg: -- cgit v1.2.1