[Piglit] [PATCH 6/6] dmesg.py: use all future imports that are supported by the project.

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Mon Nov 23 22:01:13 PST 2015


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

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

Signed-off-by: Dylan Baker <dylanx.c.baker at 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



More information about the Piglit mailing list