From 48dc060d213f60b3579a31ead7e686fdabafc8c2 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 14 Feb 2024 19:10:54 +0100 Subject: fix: obviously we want python3. --- osc_fast_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc_fast_export.py b/osc_fast_export.py index 545c8f1..d0e693b 100755 --- a/osc_fast_export.py +++ b/osc_fast_export.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git#_custom_importer import collections -- cgit