Whitespace normalization.

This commit is contained in:
Tim Peters 2006-07-03 08:23:19 +00:00
parent f780be4239
commit 16a3932774
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class FileTests(unittest.TestCase):
f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR)
os.close(f)
self.assert_(os.access(test_support.TESTFN, os.W_OK))
class TemporaryFileTests(unittest.TestCase):
def setUp(self):