changeset 602:330e3435a7d7

STUB: python/multiproc.py
author Jeff Hammel <k0scist@gmail.com>
date Thu, 30 Jan 2014 14:20:25 -0800
parents 7f189613a289
children bd30deecdf4a
files python/multiproc.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/multiproc.py	Thu Jan 30 14:09:23 2014 -0800
+++ b/python/multiproc.py	Thu Jan 30 14:20:25 2014 -0800
@@ -17,6 +17,7 @@
     def __init__(self, *args, **kwargs):
         self.output = tempfile.SpooledTemporaryFile()
         subprocess.Popen.__init__(self, *args, **kwargs)
+    # TODO: finish
 
 def main(args=sys.argv[1:]):
     """CLI"""