Skip to content

Commit b10c431

Browse files
author
Armaël Guéneau
committed
Explicitly require python2 in python scripts in tools/
1 parent ac8a84e commit b10c431

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/make-both-single-timing-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
import sys
33
from TimeFileMaker import *
44

tools/make-both-time-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
import sys
33
from TimeFileMaker import *
44

tools/make-one-time-file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
import sys
33
from TimeFileMaker import *
44

0 commit comments

Comments
 (0)