summaryrefslogtreecommitdiff
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-10-18 21:57:37 +0000
committerTim Peters <tim.peters@gmail.com>2001-10-18 21:57:37 +0000
commite0c446bb4ad67294f42d4cb53b4ff28413bd8dde (patch)
treeb4f286b4e6f2259ec47569561c4c62762e78b3f2 /Lib/test/test_os.py
parent8a57f00081b6f83168007fc701447d7926acc6c4 (diff)
downloadcpython-git-e0c446bb4ad67294f42d4cb53b4ff28413bd8dde.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r--Lib/test/test_os.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index 6adf109f86..ae3bcc3f4e 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -68,7 +68,7 @@ class StatAttributeTests(unittest.TestCase):
f = open(self.fname, 'wb')
f.write("ABC")
f.close()
-
+
def tearDown(self):
os.unlink(self.fname)
os.rmdir(TESTFN)
@@ -133,7 +133,7 @@ class StatAttributeTests(unittest.TestCase):
except TypeError:
pass
-
+
def test_statvfs_attributes(self):
if not hasattr(os, "statvfs"):
return