aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2docgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-15 13:02:14 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:08:38 -0400
commitbae9223780400754040e2d25035a86e5efef5b3e (patch)
tree3a75dc8d374c01b671fa9cf0bd3db5ca71dacde5 /lv2specgen/lv2docgen.py
parent3414c0bceafa104910f3f91f7a88532c0c624343 (diff)
downloadlv2-bae9223780400754040e2d25035a86e5efef5b3e.tar.xz
Use "python3" in shebangs
Python 2 hit EOL long ago, and some systems don't have a "python" at all.
Diffstat (limited to 'lv2specgen/lv2docgen.py')
-rwxr-xr-xlv2specgen/lv2docgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2docgen.py b/lv2specgen/lv2docgen.py
index 63ccdb6..3c44ccf 100755
--- a/lv2specgen/lv2docgen.py
+++ b/lv2specgen/lv2docgen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# lv2docgen, a documentation generator for LV2 plugins