diff options
author | Barry Warsaw <barry@python.org> | 2012-02-20 20:44:15 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-02-20 20:44:15 -0500 |
commit | b19fb2462eac776746f6cb40cc84b0587c83b9bc (patch) | |
tree | e1c3d65d906507b3a3d09b1a3f746756ffd6a86a | |
parent | 1e13eb084f72d5993cbb726e45b36bdb69c83a24 (diff) | |
download | cpython-git-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.gz |
Whitespace normalization
-rw-r--r-- | Lib/test/test_hash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py index 1a982c473d..94306ec4a1 100644 --- a/Lib/test/test_hash.py +++ b/Lib/test/test_hash.py @@ -234,7 +234,7 @@ def test_main(): DatetimeDateTests, DatetimeDatetimeTests, DatetimeTimeTests) - + if __name__ == "__main__": |