diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-18 02:26:39 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-18 02:26:39 +0000 |
commit | b64bec3ec078d66a34175b9dec55eaac5c821b46 (patch) | |
tree | 2b9660e0ad789f4cf73d9c4fa5d69d5f252c238e /Lib/test/test_getargs.py | |
parent | a86f0c17a1385c07710d894b93a1c13159c0b57f (diff) | |
download | cpython-git-b64bec3ec078d66a34175b9dec55eaac5c821b46.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_getargs.py')
-rw-r--r-- | Lib/test/test_getargs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_getargs.py b/Lib/test/test_getargs.py index 574726109d..ed6e4eebf3 100644 --- a/Lib/test/test_getargs.py +++ b/Lib/test/test_getargs.py @@ -19,6 +19,3 @@ try: marshal.loads(u"\222") except UnicodeError: pass - - - |