[Piglit] [RFC 12/25] gen_tcs_input_tests.py: fix imports
Dylan Baker
baker.dylan.c at gmail.com
Wed Oct 7 14:17:13 PDT 2015
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.0
More information about the Piglit
mailing list