summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/subprocess.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 6ecff25dab..745c48306b 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -348,8 +348,6 @@ except that:
* stdin=PIPE and stdout=PIPE must be specified.
* popen2 closes all filedescriptors by default, but you have to specify
close_fds=True with subprocess.Popen.
-
-
"""
import sys