]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sun, 30 Jul 2006 00:58:15 +0000 (00:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 30 Jul 2006 00:58:15 +0000 (00:58 +0000)
Lib/test/test_uuid.py

index 5b6bf60e9e2141a91a5d9ad3a562e71fc5b5817c..0586cfddb7779ac5332c3467cee25f123bb01eb2 100644 (file)
@@ -295,7 +295,7 @@ class TestUUID(TestCase):
     def test_ifconfig_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.  
+"""    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return
 
@@ -324,7 +324,7 @@ class TestUUID(TestCase):
     def test_unixdll_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid._unixdll_getnode is unreliable on many platforms.  
+"""    WARNING: uuid._unixdll_getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return
 
@@ -340,7 +340,7 @@ class TestUUID(TestCase):
     def test_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid.getnode is unreliable on many platforms.  
+"""    WARNING: uuid.getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return