remove an obsolete comment

This commit is contained in:
Gregory P. Smith 2012-11-11 10:13:06 -08:00
parent f047ba83e8
commit 027d6fcebd
1 changed files with 0 additions and 1 deletions

View File

@ -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)