diff options
| author | Jasper Hugunin | 2018-07-04 11:23:13 -0700 |
|---|---|---|
| committer | Jasper Hugunin | 2018-07-04 14:12:17 -0700 |
| commit | c47a7e4f27baa2203da748ca9f927f9bc17ccd8d (patch) | |
| tree | 1a41750cf882868950406871ef56b05159ec7a0e /tools/make-both-single-timing-files.py | |
| parent | 218c6cebf770a15fb3ca6eca1d587f42b8994234 (diff) | |
Convert timing tools to run with both python2 and python3
Diffstat (limited to 'tools/make-both-single-timing-files.py')
| -rwxr-xr-x | tools/make-both-single-timing-files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-both-single-timing-files.py b/tools/make-both-single-timing-files.py index c6af2ff1f8..32c52c7a17 100755 --- a/tools/make-both-single-timing-files.py +++ b/tools/make-both-single-timing-files.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import sys from TimeFileMaker import * |
