summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_global.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-28 08:26:44 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-28 08:26:44 (GMT)
commit85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d (patch)
tree1480fb010d74d32a5e612b38de5bb4145a6d2f37 /Lib/test/test_global.py
parent8de0c1716b90a28973f9c4e1e8816eaadf3b10dd (diff)
downloadcpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.zip
cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.gz
cpython-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_global.py')
-rw-r--r--Lib/test/test_global.py1
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)
-