diff options
| author | Jason Gross | 2018-07-05 18:39:55 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-07-05 18:39:55 -0400 |
| commit | 886ed2ee99e9ab9f0fc9aabac06a555d3beba19c (patch) | |
| tree | 22ebdf00c5d97eab17c3cdf2cc8c58e750fff8f1 /tools/make-one-time-file.py | |
| parent | caacdb00c830854de72ba2fe19b5f74951d445bf (diff) | |
| parent | c47a7e4f27baa2203da748ca9f927f9bc17ccd8d (diff) | |
Merge PR #7990: Convert timing tool to python3
Diffstat (limited to 'tools/make-one-time-file.py')
| -rwxr-xr-x | tools/make-one-time-file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-one-time-file.py b/tools/make-one-time-file.py index c9905249e6..e66136df9d 100755 --- a/tools/make-one-time-file.py +++ b/tools/make-one-time-file.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import sys from TimeFileMaker import * |
