aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-02-14 19:10:54 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-02-14 19:10:54 +0100
commit48dc060d213f60b3579a31ead7e686fdabafc8c2 (patch)
tree006e5c60b0b7bdd97780d926c608e1c30193ab79
parent713ce53aa0cd093802895a7dc136096afa024b5e (diff)
downloadosc-fast-export-48dc060d213f60b3579a31ead7e686fdabafc8c2.tar.gz
fix: obviously we want python3.
-rwxr-xr-xosc_fast_export.py2
1 files changed, 1 insertions, 1 deletions
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