]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 01:46:03 +0000 (01:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 31 Jul 2006 01:46:03 +0000 (01:46 +0000)
Lib/test/test_shutil.py

index 79da53814d10db4bef3b12246dc772503fab438d..df35abfcea0e4ee554f337f89b495cb4c141e0ee 100644 (file)
@@ -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.