From a5ab61230221c5407b85144e18bf52a6db34c9e9 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 13 Sep 2023 14:50:44 -0400 Subject: [PATCH] Use python3 instead of python2 in replace_and_rename.py script --- share/replace_and_rename.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/replace_and_rename.py b/share/replace_and_rename.py index b183fb4..995d745 100755 --- a/share/replace_and_rename.py +++ b/share/replace_and_rename.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 import sys import os