mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Whitespace normalization.
This commit is contained in:
parent
5b654ea774
commit
6458452c8a
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ class TestShutil(unittest.TestCase):
|
|||
except:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
def test_copytree_simple(self):
|
||||
src_dir = tempfile.mkdtemp()
|
||||
dst_dir = os.path.join(tempfile.mkdtemp(), 'destination')
|
||||
|
@ -99,8 +99,8 @@ class TestShutil(unittest.TestCase):
|
|||
os.removedirs(dst_dir)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
if hasattr(os, "symlink"):
|
||||
def test_dont_copy_file_onto_link_to_itself(self):
|
||||
# bug 851123.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue