summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-04-29 21:24:07 (GMT)
committerBrian Curtin <brian@python.org>2011-04-29 21:24:07 (GMT)
commit5d9deaa9d852cefe32b9baa68827922d512adafc (patch)
treef4b812ae40aa54ef12aad720b05c1ad744978a83 /Lib/subprocess.py
parentb8f8b4e54b42b2e9b007569836c34cc5fec32910 (diff)
downloadcpython-5d9deaa9d852cefe32b9baa68827922d512adafc.zip
cpython-5d9deaa9d852cefe32b9baa68827922d512adafc.tar.gz
cpython-5d9deaa9d852cefe32b9baa68827922d512adafc.tar.bz2
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 ad36223..a7c68a5 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -439,7 +439,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",