diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-24 18:31:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-24 18:31:27 (GMT) |
commit | 6578dc925ff0a7953ae50c7ac41a81b0bd54762e (patch) | |
tree | 664ef0a4ee41d78a05928ba63fd1bcdbc27fbebd /Lib/test/test_macpath.py | |
parent | 75bfd0585b9f197845fd7a429715807175c33e9f (diff) | |
download | cpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.zip cpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.tar.gz cpython-6578dc925ff0a7953ae50c7ac41a81b0bd54762e.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_macpath.py')
-rw-r--r-- | Lib/test/test_macpath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py index 67b1bed..3a3cf04 100644 --- a/Lib/test/test_macpath.py +++ b/Lib/test/test_macpath.py @@ -61,4 +61,3 @@ def test_main(): if __name__ == "__main__": test_main() - |