fix not defined 'errors' in runner.py
authorGui Chen <gui.chen@intel.com>
Thu, 21 Nov 2013 02:59:19 +0000 (21:59 -0500)
committerGui Chen <gui.chen@intel.com>
Thu, 21 Nov 2013 02:59:56 +0000 (21:59 -0500)
Change-Id: I19199611a80ddde3dde63d1821712f0a7a5e45d1
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/utils/runner.py

index 5c9eee1..6d68e26 100644 (file)
@@ -19,6 +19,7 @@ import os
 import subprocess
 
 from mic import msger
+from mic.utils import errors
 
 def runtool(cmdln_or_args, catch=1):
     """ wrapper for most of the subprocess calls