Whitespace normalization.

This commit is contained in:
Tim Peters 2007-01-30 03:03:46 +00:00
parent 15c1fe5047
commit f733abb783
21 changed files with 128 additions and 128 deletions

View file

@ -138,7 +138,7 @@ class TestGzip(unittest.TestCase):
y = f.read(10)
f.close()
self.assertEquals(y, data1[20:30])
def test_seek_write(self):
# Try seek, write test
f = gzip.GzipFile(self.filename, 'w')