From: Dylan Baker <baker.dyla...@gmail.com>

Since division isn't used in the module this is a trivial change.

Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
---
 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
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to