summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subprocess.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-30 06:18:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-30 06:18:39 (GMT)
commit38ff36c4ccde02b104553ef1ed979c1261196b48 (patch)
tree9749c4ad074599f9e36c0fb2fc91ee586349a70b /Lib/test/test_subprocess.py
parentcea4bf092d8503fe03296ce0afd835fe9e9a4245 (diff)
downloadcpython-38ff36c4ccde02b104553ef1ed979c1261196b48.zip
cpython-38ff36c4ccde02b104553ef1ed979c1261196b48.tar.gz
cpython-38ff36c4ccde02b104553ef1ed979c1261196b48.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r--Lib/test/test_subprocess.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index b4e6c00..91257a7 100644
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
class ProcessTestCase(unittest.TestCase):
def setUp(self):
- # Try to minimize the number of children we have so this test
- # doesn't crash on some buildbots (Alphas in particular).
+ # Try to minimize the number of children we have so this test
+ # doesn't crash on some buildbots (Alphas in particular).
test_support.reap_children()
def tearDown(self):
- # Try to minimize the number of children we have so this test
- # doesn't crash on some buildbots (Alphas in particular).
+ # Try to minimize the number of children we have so this test
+ # doesn't crash on some buildbots (Alphas in particular).
test_support.reap_children()
def mkstemp(self):