summaryrefslogtreecommitdiff
path: root/Lib/test/test_global.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-28 08:26:44 +0000
committerTim Peters <tim.peters@gmail.com>2001-02-28 08:26:44 +0000
commit85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d (patch)
tree1480fb010d74d32a5e612b38de5bb4145a6d2f37 /Lib/test/test_global.py
parent8de0c1716b90a28973f9c4e1e8816eaadf3b10dd (diff)
downloadcpython-git-85ba673b0a8fa8123bfe2d0434fe35d7f3cee68d.tar.gz
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 7670ad1ded..66f2a6e0f6 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)
-