diff tools/pkg-install.py @ 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 4eae7db624e8
children 1927e90b6f63
line wrap: on
line diff
--- 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