changeset 609:3ea759399b8f

STUB: python/multiproc.py
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Feb 2014 12:00:03 -0800
parents 9a5cdd49af53
children 5ce25399da67
files python/multiproc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/multiproc.py	Sun Feb 02 11:37:34 2014 -0800
+++ b/python/multiproc.py	Sun Feb 02 12:00:03 2014 -0800
@@ -29,7 +29,7 @@
 
         # on unix, ``shell={True|False}`` should always come from the
         # type of command (string or list)
-        if not mswindows:
+        if not subprocess.mswindows:
             _kwargs['shell'] = isinstance(command, string)
 
         # output buffer