summaryrefslogtreecommitdiff
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-04-29 16:28:52 -0500
committerBrian Curtin <brian@python.org>2011-04-29 16:28:52 -0500
commit20de4586e6debc7ba1baf68c94047ffb3eec7e2d (patch)
tree8108a6df971d10642be3ce79909d4c6cb82f200e /Lib/subprocess.py
parent77b75910b72024dabf64c25f580f2412605f97d7 (diff)
downloadcpython-git-20de4586e6debc7ba1baf68c94047ffb3eec7e2d.tar.gz
whitespace fix
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 529805c925..3734acde33 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -445,7 +445,7 @@ if mswindows:
STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
STD_ERROR_HANDLE, SW_HIDE,
STARTF_USESTDHANDLES, STARTF_USESHOWWINDOW)
-
+
__all__.extend(["CREATE_NEW_CONSOLE", "CREATE_NEW_PROCESS_GROUP",
"STD_INPUT_HANDLE", "STD_OUTPUT_HANDLE",
"STD_ERROR_HANDLE", "SW_HIDE",