From 43c98bff3df0cfbdd93c9ec82c92cdbf4dedc940 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 9 Oct 2020 12:43:50 -0700 Subject: [PATCH] Change python3 to python in 2 scripts These scripts work with python 2 and 3 --- tools/check_project | 3 +-- tools/upgrade | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/check_project b/tools/check_project index 3940a91a30..e960eaa48a 100755 --- a/tools/check_project +++ b/tools/check_project @@ -1,6 +1,5 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python -# $Id$ ''' Checks project permissions and php modules. diff --git a/tools/upgrade b/tools/upgrade index 90e9870b2a..c4c7f02a55 100755 --- a/tools/upgrade +++ b/tools/upgrade @@ -1,6 +1,5 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python -# $Id$ ''' Usage: upgrade [options] project_root