[Piglit] [PATCH 15/16] framework/summary.py: Replace relative imports with absolute

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 16 22:20:05 PST 2014


Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 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



More information about the Piglit mailing list