We use sys here too

This commit is contained in:
Jesse Keating 2008-06-13 13:48:09 -04:00
parent 3b955cc823
commit 151e3b134e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import subprocess
import os
import shutil
import sys
def _doRunCommand(command, logger, rundir='/tmp', output=subprocess.PIPE, error=subprocess.PIPE, env=None):
"""Run a command and log the output. Error out if we get something on stderr"""