changeset 617:3da0a7caf07e

comment
author Jeff Hammel <k0scist@gmail.com>
date Mon, 03 Feb 2014 08:03:23 -0800
parents 41133baea90d
children 5ab1df94cc8d
files python/multiproc.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/multiproc.py	Sun Feb 02 19:42:11 2014 -0800
+++ b/python/multiproc.py	Mon Feb 03 08:03:23 2014 -0800
@@ -6,7 +6,7 @@
 
 import argparse
 import os
-import subprocess
+import subprocess # http://bugs.python.org/issue1731717
 import sys
 import time
 import tempfile