From: Tim Peters Date: Mon, 3 Jul 2006 08:23:19 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16a393277410f38d9fa4a67d86433f1e3641f142;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index faaadeccc2b1..9497777218cb 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -22,7 +22,7 @@ class FileTests(unittest.TestCase): 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):