diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:26:44 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-28 08:26:44 (GMT) |
commit | 85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d (patch) | |
tree | 1480fb010d74d32a5e612b38de5bb4145a6d2f37 /Lib/test | |
parent | 8de0c1716b90a28973f9c4e1e8816eaadf3b10dd (diff) | |
download | cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.zip cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.gz cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_global.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_global.py b/Lib/test/test_global.py index 7670ad1..66f2a6e 100644 --- a/Lib/test/test_global.py +++ b/Lib/test/test_global.py @@ -37,4 +37,3 @@ def wrong3(): global x """ compile_and_catch_warning(prog_text_3) - |