Commit 95c00fa4 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent a1d7c632
...@@ -643,5 +643,3 @@ def stack(context=1): ...@@ -643,5 +643,3 @@ def stack(context=1):
def trace(context=1): def trace(context=1):
"""Return a list of records for the stack below the current exception.""" """Return a list of records for the stack below the current exception."""
return getinnerframes(sys.exc_traceback, context) return getinnerframes(sys.exc_traceback, context)
...@@ -1416,5 +1416,3 @@ def cli(): ...@@ -1416,5 +1416,3 @@ def cli():
""" % (cmd, os.sep, cmd, cmd, cmd, cmd, os.sep) """ % (cmd, os.sep, cmd, cmd, cmd, cmd, os.sep)
if __name__ == '__main__': cli() if __name__ == '__main__': cli()
...@@ -405,4 +405,3 @@ for i in range(100): ...@@ -405,4 +405,3 @@ for i in range(100):
f1() f1()
verify(Foo.count == 0) verify(Foo.count == 0)
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