[Piglit] [RESEND RFC 12/25] gen_tcs_input_tests.py: fix imports

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Wed Oct 21 10:20:21 PDT 2015


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

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 generated_tests/gen_tcs_input_tests.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/generated_tests/gen_tcs_input_tests.py b/generated_tests/gen_tcs_input_tests.py
index ac56905..c705844 100644
--- a/generated_tests/gen_tcs_input_tests.py
+++ b/generated_tests/gen_tcs_input_tests.py
@@ -37,7 +37,10 @@ This script outputs, to stdout, the name of each file it generates.
 
 """
 
-import os, sys, random
+from __future__ import print_function, division, absolute_import
+import os
+import sys
+import random
 
 
 class Test(object):
-- 
2.6.1



More information about the Piglit mailing list