diff options
Diffstat (limited to 'Lib/lib-old/grep.py')
-rw-r--r-- | Lib/lib-old/grep.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-old/grep.py b/Lib/lib-old/grep.py index bfee3f5..21ef8d8 100644 --- a/Lib/lib-old/grep.py +++ b/Lib/lib-old/grep.py @@ -30,7 +30,7 @@ def ggrep(syntax, pat, filename): prefix = string.rjust(`lineno`, 3) + ': ' print prefix + line if 0: # XXX - start, end = prog.regs()[0] + start, end = prog.regs[0] line = line[:start] if '\t' not in line: prefix = ' ' * (len(prefix) + start) |