summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-15 18:08:37 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-15 18:08:37 (GMT)
commitf99b8162a2e6969cf9b46013c7ef383359142e62 (patch)
treeaa40269e3b0469a1294dbeed8ed1f26ec4963f41 /Lib/test
parent13ed60b5045aafff22918cf4262bcc2dd3afea90 (diff)
downloadcpython-f99b8162a2e6969cf9b46013c7ef383359142e62.zip
cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.gz
cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_runpy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_runpy.py b/Lib/test/test_runpy.py
index ffd886a..88e9900 100644
--- a/Lib/test/test_runpy.py
+++ b/Lib/test/test_runpy.py
@@ -165,8 +165,8 @@ class RunModuleTest(unittest.TestCase):
def test_main():
- run_unittest(RunModuleCodeTest)
- run_unittest(RunModuleTest)
+ run_unittest(RunModuleCodeTest)
+ run_unittest(RunModuleTest)
if __name__ == "__main__":
- test_main() \ No newline at end of file
+ test_main()