Commit c8d36284 authored by Guido van Rossum's avatar Guido van Rossum

Give in to Timmy's Tedious Tab Theorem.

parent c4570487
...@@ -477,7 +477,7 @@ class TupleComp: ...@@ -477,7 +477,7 @@ class TupleComp:
def func_strip_path(func_name): def func_strip_path(func_name):
file, line, name = func_name file, line, name = func_name
return os.path.basename(file), line, name return os.path.basename(file), line, name
def func_get_function_name(func): def func_get_function_name(func):
return func[2] return func[2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment