summaryrefslogtreecommitdiff
path: root/Lib/test/test_capi.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-26 05:23:19 +0000
committerTim Peters <tim.peters@gmail.com>2004-08-26 05:23:19 +0000
commit66cb018c96e49b5e5cf1b8fc395171a223d86d8e (patch)
tree7cedb1e491d755e7ce25a84f6b3d590d336d631b /Lib/test/test_capi.py
parent5b799c1f3d1e96e2d45737bed95a149d356ad5de (diff)
downloadcpython-git-66cb018c96e49b5e5cf1b8fc395171a223d86d8e.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r--Lib/test/test_capi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
index bda706a395..1dd24616a2 100644
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -46,4 +46,3 @@ if have_thread_state:
import threading
t=threading.Thread(target=TestThreadState)
t.start()
-