mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Whitespace normalization.
This commit is contained in:
parent
5303a96808
commit
58eb11cf62
34 changed files with 69 additions and 76 deletions
|
@ -319,10 +319,10 @@ class MakedirTests (unittest.TestCase):
|
|||
path = os.path.join(base, 'dir1', os.curdir, 'dir2', 'dir3', 'dir4',
|
||||
'dir5', 'dir6')
|
||||
os.makedirs(path)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
path = os.path.join(test_support.TESTFN, 'dir1', 'dir2', 'dir3',
|
||||
'dir4', 'dir5', 'dir6')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue