Commit 8de813b5 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent c5814965
...@@ -74,7 +74,7 @@ class TestShutil(unittest.TestCase): ...@@ -74,7 +74,7 @@ class TestShutil(unittest.TestCase):
except: except:
pass pass
def test_copytree_simple(self): def test_copytree_simple(self):
src_dir = tempfile.mkdtemp() src_dir = tempfile.mkdtemp()
dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') dst_dir = os.path.join(tempfile.mkdtemp(), 'destination')
...@@ -99,8 +99,8 @@ class TestShutil(unittest.TestCase): ...@@ -99,8 +99,8 @@ class TestShutil(unittest.TestCase):
os.removedirs(dst_dir) os.removedirs(dst_dir)
except: except:
pass pass
if hasattr(os, "symlink"): if hasattr(os, "symlink"):
def test_dont_copy_file_onto_link_to_itself(self): def test_dont_copy_file_onto_link_to_itself(self):
# bug 851123. # bug 851123.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment