diff options
author | Barry Warsaw <barry@python.org> | 2012-02-21 01:44:15 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-02-21 01:44:15 (GMT) |
commit | b19fb2462eac776746f6cb40cc84b0587c83b9bc (patch) | |
tree | e1c3d65d906507b3a3d09b1a3f746756ffd6a86a /Lib | |
parent | 1e13eb084f72d5993cbb726e45b36bdb69c83a24 (diff) | |
download | cpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.zip cpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.gz cpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.bz2 |
Whitespace normalization
Diffstat (limited to 'Lib')
-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 1a982c4..94306ec 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__": |