diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-15 18:08:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-15 18:08:37 (GMT) |
commit | f99b8162a2e6969cf9b46013c7ef383359142e62 (patch) | |
tree | aa40269e3b0469a1294dbeed8ed1f26ec4963f41 /Lib/test | |
parent | 13ed60b5045aafff22918cf4262bcc2dd3afea90 (diff) | |
download | cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.zip cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.gz cpython-f99b8162a2e6969cf9b46013c7ef383359142e62.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_runpy.py | 6 |
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() |