Commit 027d6fce authored by Gregory P. Smith's avatar Gregory P. Smith

remove an obsolete comment

parent f047ba83
......@@ -754,7 +754,6 @@ class POSIXProcessTestCase(BaseTestCase):
class _TestExecuteChildPopen(subprocess.Popen):
"""Used to test behavior at the end of _execute_child."""
def __init__(self, testcase, *args, **kwargs):
# Do nothing so we can modify the instance for testing.
self._testcase = testcase
subprocess.Popen.__init__(self, *args, **kwargs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment