summaryrefslogtreecommitdiffstats
path: root/Lib/test/leakers
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 (GMT)
commit4ef3a23a35a391602202dce10376be9e43588fa6 (patch)
treec7310a78fc2ce187a6d79d84fa1f4d5e8afcd8f3 /Lib/test/leakers
parentecdc0a9f4609e3be57e5f8a54dac2ea8e9607aed (diff)
downloadcpython-4ef3a23a35a391602202dce10376be9e43588fa6.zip
cpython-4ef3a23a35a391602202dce10376be9e43588fa6.tar.gz
cpython-4ef3a23a35a391602202dce10376be9e43588fa6.tar.bz2
whitespace normalisation
Diffstat (limited to 'Lib/test/leakers')
-rw-r--r--Lib/test/leakers/test_generator_cycle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/leakers/test_generator_cycle.py b/Lib/test/leakers/test_generator_cycle.py
index d2fa72c..b0aba43 100644
--- a/Lib/test/leakers/test_generator_cycle.py
+++ b/Lib/test/leakers/test_generator_cycle.py
@@ -8,4 +8,3 @@ def leak():
while True:
yield g
g = gen()
-