From: Gui Chen Date: Thu, 21 Nov 2013 02:59:19 +0000 (-0500) Subject: fix not defined 'errors' in runner.py X-Git-Tag: 0.23~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d22e67fa3ed1534cbdf07a02ffa3acd2bbc740e7;p=tools%2Fmic.git fix not defined 'errors' in runner.py Change-Id: I19199611a80ddde3dde63d1821712f0a7a5e45d1 Signed-off-by: Gui Chen --- diff --git a/mic/utils/runner.py b/mic/utils/runner.py index 5c9eee1..6d68e26 100644 --- a/mic/utils/runner.py +++ b/mic/utils/runner.py @@ -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