Whitespace normalization.

This commit is contained in:
Tim Peters 2006-01-13 03:05:25 +00:00
parent 05f5ba9636
commit a28ad77844
3 changed files with 99 additions and 100 deletions

View File

@ -14,4 +14,3 @@ def test_weakref_in_del():
if __name__ == '__main__':
test_weakref_in_del()