summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-02-21 01:44:15 (GMT)
committerBarry Warsaw <barry@python.org>2012-02-21 01:44:15 (GMT)
commitb19fb2462eac776746f6cb40cc84b0587c83b9bc (patch)
treee1c3d65d906507b3a3d09b1a3f746756ffd6a86a /Lib
parent1e13eb084f72d5993cbb726e45b36bdb69c83a24 (diff)
downloadcpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.zip
cpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.gz
cpython-b19fb2462eac776746f6cb40cc84b0587c83b9bc.tar.bz2
Whitespace normalization
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_hash.py2
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__":