[Python-checkins] r50992 - python/trunk/Lib/test/test_shutil.py
tim.peters
python-checkins at python.org
Mon Jul 31 03:46:03 CEST 2006
Author: tim.peters
Date: Mon Jul 31 03:46:03 2006
New Revision: 50992
Modified:
python/trunk/Lib/test/test_shutil.py
Log:
Whitespace normalization.
Modified: python/trunk/Lib/test/test_shutil.py
==============================================================================
--- python/trunk/Lib/test/test_shutil.py (original)
+++ python/trunk/Lib/test/test_shutil.py Mon Jul 31 03:46:03 2006
@@ -74,7 +74,7 @@
except:
pass
-
+
def test_copytree_simple(self):
src_dir = tempfile.mkdtemp()
dst_dir = os.path.join(tempfile.mkdtemp(), 'destination')
@@ -99,8 +99,8 @@
os.removedirs(dst_dir)
except:
pass
-
-
+
+
if hasattr(os, "symlink"):
def test_dont_copy_file_onto_link_to_itself(self):
# bug 851123.
More information about the Python-checkins
mailing list