[Python-checkins] r47207 - python/trunk/Lib/test/test_os.py

tim.peters python-checkins at python.org
Mon Jul 3 10:23:21 CEST 2006


Author: tim.peters
Date: Mon Jul  3 10:23:19 2006
New Revision: 47207

Modified:
   python/trunk/Lib/test/test_os.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_os.py
==============================================================================
--- python/trunk/Lib/test/test_os.py	(original)
+++ python/trunk/Lib/test/test_os.py	Mon Jul  3 10:23:19 2006
@@ -22,7 +22,7 @@
         f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR)
         os.close(f)
         self.assert_(os.access(test_support.TESTFN, os.W_OK))
- 
+
 
 class TemporaryFileTests(unittest.TestCase):
     def setUp(self):


More information about the Python-checkins mailing list