summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-29 18:47:31 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-29 18:47:31 (GMT)
commit45e77c55ff3b2a3e0d6ffdd85d4fe0d61e5ff210 (patch)
tree69ad963a6e6ce8672607fee609f8f9101e0a7b63 /Lib/test/test_os.py
parenta28b3e6dfb399a6107b717d78bc81ef6be80f123 (diff)
downloadcpython-45e77c55ff3b2a3e0d6ffdd85d4fe0d61e5ff210.zip
cpython-45e77c55ff3b2a3e0d6ffdd85d4fe0d61e5ff210.tar.gz
cpython-45e77c55ff3b2a3e0d6ffdd85d4fe0d61e5ff210.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index a9668aa..25fad18 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -361,7 +361,7 @@ def test_main():
WalkTests,
MakedirTests,
DevNullTests,
- URandomTests
+ URandomTests
)
if __name__ == "__main__":