From bae9223780400754040e2d25035a86e5efef5b3e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Jun 2022 13:02:14 -0400 Subject: Use "python3" in shebangs Python 2 hit EOL long ago, and some systems don't have a "python" at all. --- lv2specgen/lv2specgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2specgen/lv2specgen.py') diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index d04966a..8cad043 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # lv2specgen, a documentation generator for LV2 specifications. -- cgit v1.2.1