diff options
| author | Gaëtan Gilbert | 2019-07-08 13:02:06 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-07-08 13:02:06 +0200 |
| commit | 5ecfe31f9d900c6053531f2cb713035407009ba7 (patch) | |
| tree | cd8d2e032cb26599ec089a18c3ef9cbeb7c621a0 /tools | |
| parent | d6954d853ac1e0bdcf63a50b9d96fcb38559d8a9 (diff) | |
| parent | f519b3e90484c7e712ddd39175a7110f97950d82 (diff) | |
Merge PR #10466: [python] Remove use of generic python shebang, update CI
Ack-by: SkySkimmer
Reviewed-by: Zimmi48
Diffstat (limited to '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..fddf75f39f 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 python3 import sys from TimeFileMaker import * diff --git a/tools/make-both-time-files.py b/tools/make-both-time-files.py index f730a8d6bd..8937d63c2f 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 python3 import sys from TimeFileMaker import * diff --git a/tools/make-one-time-file.py b/tools/make-one-time-file.py index e66136df9d..ad0a04ab07 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 python3 import sys from TimeFileMaker import * |
