# HG changeset patch # User Jeff Hammel # Date 1391371203 28800 # Node ID 3ea759399b8ff14d67dbe94d802df9f2f8c00526 # Parent 9a5cdd49af53a11ff54bb68609e69b66b8a79bde STUB: python/multiproc.py diff -r 9a5cdd49af53 -r 3ea759399b8f python/multiproc.py --- 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