[Piglit] [PATCH] framework: remove duplicate import of framework.exceptions

Dylan Baker dylan at pnwbakers.com
Thu Jul 20 16:20:53 UTC 2017


Reported-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/programs/run.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.13.3



More information about the Piglit mailing list