[Piglit] [PATCH 3/5] base_tests.py: make import from tests relative

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Thu Dec 17 16:15:51 PST 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 framework/tests/base_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/tests/base_tests.py b/framework/tests/base_tests.py
index aded29f..8132d49 100644
--- a/framework/tests/base_tests.py
+++ b/framework/tests/base_tests.py
@@ -33,7 +33,7 @@ from framework.test.base import (
     ValgrindMixin,
     WindowResizeMixin,
 )
-from framework.tests.status_tests import PROBLEMS, STATUSES
+from .status_tests import PROBLEMS, STATUSES
 from framework.options import _Options as Options
 
 # pylint: disable=invalid-name
-- 
2.6.4



More information about the Piglit mailing list