diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
commit | c2659cff5d88b81b6d9cc739ecc457a9ed357c58 (patch) | |
tree | 91de46cbaeee8ce7c3139b9b971a810326a2fcbc /Lib/test/test_bool.py | |
parent | 0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5 (diff) | |
download | cpython-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.py | 1 |
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() - |