[Piglit] [Patch V2 12/16] framework/log.py: Use explicit relative imports

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 23 09:05:45 PST 2014


Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
 framework/log.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/log.py b/framework/log.py
index 310c552..fc93f38 100644
--- a/framework/log.py
+++ b/framework/log.py
@@ -23,8 +23,8 @@
 
 import logging
 
-from threads import synchronized_self
-from patterns import Singleton
+from .threads import synchronized_self
+from .patterns import Singleton
 
 
 class Logger(Singleton):
-- 
1.8.5.3



More information about the Piglit mailing list