diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-07-20 09:20:53 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-07-21 09:04:52 -0700 |
commit | 1a5a33fe0126f72dd374a5ea150d545822e60eb5 (patch) | |
tree | 5e1faa93b3353d5d770e599fdd9037920d6f467c /framework | |
parent | 973892687cf5c2f8e2dbe1d22998b82736643787 (diff) |
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>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/programs/run.py | 2 |
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 |