changeset 5247:b6ca48619aa6

* tools/pkg-install.py, tools/msys2-install.py: force use of use python2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 24 Dec 2019 17:59:34 -0500
parents 63f9a3d1e881
children 9899965a595b
files tools/msys2-install.py tools/pkg-install.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/msys2-install.py	Tue Dec 24 11:00:04 2019 +0100
+++ b/tools/msys2-install.py	Tue Dec 24 17:59:34 2019 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 
 import sys
 import os
--- a/tools/pkg-install.py	Tue Dec 24 11:00:04 2019 +0100
+++ b/tools/pkg-install.py	Tue Dec 24 17:59:34 2019 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 import sys
 import os
 import re