From 151e3b134e83fdc2192271a0faaba50e7d2e393f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 13 Jun 2008 13:48:09 -0400 Subject: [PATCH] We use sys here too --- src/pypungi/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pypungi/util.py b/src/pypungi/util.py index 93895775..d44f3ab9 100644 --- a/src/pypungi/util.py +++ b/src/pypungi/util.py @@ -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"""