aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-17 19:30:33 +0000
committerDavid Robillard <d@drobilla.net>2011-11-17 19:30:33 +0000
commitd534ae67f8493a1e933dfcde04b391dc4f7687c6 (patch)
tree81aea805d3e41f4d83cabd198354b1b5c94f54d8 /lv2specgen/lv2specgen.py
parentc6bd676789a40a100e9b1598af0da63453c9be76 (diff)
downloadlv2-d534ae67f8493a1e933dfcde04b391dc4f7687c6.tar.xz
Use /usr/bin/env shebang.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 340aba2..71dc5b3 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# lv2specgen, an LV2 extension specification page generator