diff options
| author | Armaël Guéneau | 2018-05-31 14:31:54 +0200 |
|---|---|---|
| committer | Armaël Guéneau | 2018-05-31 14:33:40 +0200 |
| commit | b10c4310ad782e5e65b5f7cd6314e682c440fec4 (patch) | |
| tree | c98ca568a33db0d4fac948e15d60c971c6eb2f61 | |
| parent | ac8a84e3b4dc530b000e17b72c7e26f7a957420f (diff) | |
Explicitly require python2 in python scripts in tools/
| -rwxr-xr-x | tools/make-both-single-timing-files.py | 2 | ||||
| -rwxr-xr-x | tools/make-both-time-files.py | 2 | ||||
| -rwxr-xr-x | tools/make-one-time-file.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-both-single-timing-files.py b/tools/make-both-single-timing-files.py index 32c52c7a17..c6af2ff1f8 100755 --- a/tools/make-both-single-timing-files.py +++ b/tools/make-both-single-timing-files.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys from TimeFileMaker import * diff --git a/tools/make-both-time-files.py b/tools/make-both-time-files.py index f730a8d6bd..6434296793 100755 --- a/tools/make-both-time-files.py +++ b/tools/make-both-time-files.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys from TimeFileMaker import * diff --git a/tools/make-one-time-file.py b/tools/make-one-time-file.py index e66136df9d..c9905249e6 100755 --- a/tools/make-one-time-file.py +++ b/tools/make-one-time-file.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys from TimeFileMaker import * |
