Signed-off-by: Dylan Baker <[email protected]>
---
 framework/summary.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/summary.py b/framework/summary.py
index 6ee1226..c54ac79 100644
--- a/framework/summary.py
+++ b/framework/summary.py
@@ -29,8 +29,8 @@ from mako.template import Template
 
 # a local variable status exists, prevent accidental overloading by renaming
 # the module
-import status as so
-import core
+import framework.status as so
+import framework.core as core
 
 
 __all__ = [
-- 
1.8.5.3

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to