From: Dylan Baker <[email protected]> Since division isn't used in the module this is a trivial change.
Signed-off-by: Dylan Baker <[email protected]> --- framework/dmesg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/dmesg.py b/framework/dmesg.py index 42ac48f..7989072 100644 --- a/framework/dmesg.py +++ b/framework/dmesg.py @@ -35,7 +35,7 @@ dmesg implementation for their OS. """ -from __future__ import print_function, absolute_import +from __future__ import absolute_import, division, print_function import abc import gzip import re -- 2.6.2 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
