summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-07-20 09:20:53 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-07-21 09:04:52 -0700
commit1a5a33fe0126f72dd374a5ea150d545822e60eb5 (patch)
tree5e1faa93b3353d5d770e599fdd9037920d6f467c
parent973892687cf5c2f8e2dbe1d22998b82736643787 (diff)
framework: remove duplicate import of framework.exceptionsHEADmaster
Reported-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
-rw-r--r--framework/programs/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/programs/run.py b/framework/programs/run.py
index ef268f722..6444cfedb 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -33,7 +33,7 @@ import time
import six
-from framework import core, backends, exceptions, options
+from framework import core, backends, options
from framework import dmesg
from framework import exceptions
from framework import monitoring