diff options
-rwxr-xr-x | generate-glean-tests.py | 2 | ||||
-rwxr-xr-x | piglit | 2 | ||||
-rwxr-xr-x | piglit-merge-results.py | 2 | ||||
-rwxr-xr-x | piglit-print-commands.py | 2 | ||||
-rwxr-xr-x | piglit-resume.py | 2 | ||||
-rwxr-xr-x | piglit-run.py | 2 | ||||
-rwxr-xr-x | piglit-summary-html.py | 2 | ||||
-rwxr-xr-x | piglit-summary-junit.py | 2 | ||||
-rwxr-xr-x | piglit-summary.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/generate-glean-tests.py b/generate-glean-tests.py index df08ede7f..aafe256b2 100755 --- a/generate-glean-tests.py +++ b/generate-glean-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # Copyright © 2010 Intel Corporation @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation diff --git a/piglit-merge-results.py b/piglit-merge-results.py index e78a5d0e4..a6c0065ae 100755 --- a/piglit-merge-results.py +++ b/piglit-merge-results.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/piglit-print-commands.py b/piglit-print-commands.py index 635d27c62..d88ab1c2b 100755 --- a/piglit-print-commands.py +++ b/piglit-print-commands.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/piglit-resume.py b/piglit-resume.py index 195a5dbed..6b78529fc 100755 --- a/piglit-resume.py +++ b/piglit-resume.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation diff --git a/piglit-run.py b/piglit-run.py index 7c2d71aef..4c0f87861 100755 --- a/piglit-run.py +++ b/piglit-run.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation diff --git a/piglit-summary-html.py b/piglit-summary-html.py index 078c7cbe6..4b5278e77 100755 --- a/piglit-summary-html.py +++ b/piglit-summary-html.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation diff --git a/piglit-summary-junit.py b/piglit-summary-junit.py index 5aa1969b8..5c40a73dd 100755 --- a/piglit-summary-junit.py +++ b/piglit-summary-junit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation diff --git a/piglit-summary.py b/piglit-summary.py index c5a3923f0..d1294be3e 100755 --- a/piglit-summary.py +++ b/piglit-summary.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014 Intel Corporation |