I already forgot what I changed -- it wasn't important <wink>.

This commit is contained in:
Tim Peters 2002-11-09 06:51:30 +00:00
parent 63c1081ae3
commit 44a7910873
1 changed files with 0 additions and 2 deletions

View File

@ -132,8 +132,6 @@ class BZ2FileTest(BaseTest):
bz2f.close()
def testWrite(self):
#if self.skip_mystery_test:
# return
# "Test BZ2File.write()"
bz2f = BZ2File(self.filename, "w")
bz2f.write(self.TEXT)