summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bool.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 (GMT)
commitc2659cff5d88b81b6d9cc739ecc457a9ed357c58 (patch)
tree91de46cbaeee8ce7c3139b9b971a810326a2fcbc /Lib/test/test_bool.py
parent0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5 (diff)
downloadcpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.zip
cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.gz
cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_bool.py')
-rw-r--r--Lib/test/test_bool.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_bool.py b/Lib/test/test_bool.py
index 4fbb0b1..dd18d84 100644
--- a/Lib/test/test_bool.py
+++ b/Lib/test/test_bool.py
@@ -325,4 +325,3 @@ def test_main():
if __name__ == "__main__":
test_main()
-