diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-05 01:07:40 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-05 01:07:40 (GMT) |
commit | 6f666485084027582297f392f4fa9b2a5a662d1a (patch) | |
tree | adea3d13b1d31fbed967d6d6fcd668c021b59dca | |
parent | 129226d4eb3641af6eb2a7f4646c59370771f336 (diff) | |
download | cpython-6f666485084027582297f392f4fa9b2a5a662d1a.zip cpython-6f666485084027582297f392f4fa9b2a5a662d1a.tar.gz cpython-6f666485084027582297f392f4fa9b2a5a662d1a.tar.bz2 |
Remove some debug line...
-rw-r--r-- | Lib/test/test_subprocess.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index d581081..ad76335 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -850,7 +850,6 @@ def test_main(): ProcessTestCaseNoPoll, HelperFunctionTests) - unit_tests = (POSIXProcessTestCase,) support.run_unittest(*unit_tests) support.reap_children() |