Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
