From dc91c58e1c52eef3850e520624114e81f981f366 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 12 Jun 2020 13:10:16 +0200 Subject: [PATCH] Use generic python reference in shebang --- git-hg-helper | 2 +- git-remote-hg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-hg-helper b/git-hg-helper index 3735e7d..4b011c9 100755 --- a/git-hg-helper +++ b/git-hg-helper @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # # Copyright (c) 2016 Mark Nauwelaerts # diff --git a/git-remote-hg b/git-remote-hg index 9017609..117bc5b 100755 --- a/git-remote-hg +++ b/git-remote-hg @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # # Copyright (c) 2012 Felipe Contreras # Copyright (c) 2016 Mark Nauwelaerts