oe.process: subclass Popen
authorChris Larson <chris_larson@mentor.com>
Thu, 14 Oct 2010 00:18:51 +0000 (17:18 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 14 Oct 2010 00:20:11 +0000 (17:20 -0700)
commita016eb41a3714ca781ddb21ba351a8b872034f18
tree79aff3d86507cccd7e892b47ebe646ea46db041a
parent14b7ca062d96ab6b44f1b2bd192649db36ae6263
oe.process: subclass Popen

Rather than providing a wrapper function, we can subclass Popen and provide
our slightly different defaults that way.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/oe/process.py