diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-01-18 20:29:55 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-01-18 20:29:55 (GMT) |
commit | 58eb11cf62dd04ccc2c364b62fd51b4265e2e203 (patch) | |
tree | 6b4639f640391b3d40332ee045dba325c63a920d /Lib/test/test_os.py | |
parent | 5303a968080bdb2690eaab89495ae51939fa6397 (diff) | |
download | cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.zip cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.tar.gz cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r-- | Lib/test/test_os.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 221571a..db8d99e 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -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') |