mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Whitespace normalization.
This commit is contained in:
parent
f780be4239
commit
16a3932774
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def test_access(self):
|
|||
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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue