diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-21 07:29:48 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-21 07:29:48 (GMT) |
commit | 0009c4ea590b5bb4c00c33bc96dca47a42e720f1 (patch) | |
tree | 2abfdee35e04475cb7cd4f2065620174fe2f4943 /Lib/test/test_support.py | |
parent | edf2210221f2803dfea62493ebff5eafd5cbc851 (diff) | |
download | cpython-0009c4ea590b5bb4c00c33bc96dca47a42e720f1.zip cpython-0009c4ea590b5bb4c00c33bc96dca47a42e720f1.tar.gz cpython-0009c4ea590b5bb4c00c33bc96dca47a42e720f1.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r-- | Lib/test/test_support.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 3a20b2e..d77120e 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -87,4 +87,3 @@ def check_syntax(statement): pass else: print 'Missing SyntaxError: "%s"' % statement - |