summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-01-07 16:01:32 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-01-07 16:01:32 (GMT)
commit5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd (patch)
treec522f4e92f25037fe08318a3159743d1a21fb7ec /Lib/test/test_zlib.py
parente4f5600e5ca35feef87281090929cac7d8226388 (diff)
downloadcpython-5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd.zip
cpython-5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd.tar.gz
cpython-5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r--Lib/test/test_zlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index b4bf77e..e91184e 100644
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -299,7 +299,7 @@ class CompressObjectTestCase(unittest.TestCase):
self.failUnless(co.flush()) # Returns a zlib header
dco = zlib.decompressobj()
self.assertEqual(dco.flush(), "") # Returns nothing
-
+
def genblock(seed, length, step=1024, generator=random):
"""length-byte stream of random data from a seed (in step-byte blocks)."""