Commit 44a79108 authored by Tim Peters's avatar Tim Peters

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

parent 63c1081a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment