[Beignet] [PATCH] tests: Use python2 explicitly
Jan Vesely
jano.vesely at gmail.com
Fri Sep 2 05:33:51 UTC 2016
Signed-off-by: Jan Vesely <jano.vesely at gmail.com>
---
utests/utest_generator.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utests/utest_generator.py b/utests/utest_generator.py
index 2c02ad6..d66788c 100644
--- a/utests/utest_generator.py
+++ b/utests/utest_generator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
from __future__ import print_function
import os,sys,re,string
--
2.7.4
More information about the Beignet
mailing list