diff options
-rwxr-xr-x | lv2specgen/lv2docgen.py | 2 | ||||
-rwxr-xr-x | lv2specgen/lv2specgen.py | 2 | ||||
-rwxr-xr-x | plugins/literasc.py | 2 |
3 files changed, 3 insertions, 3 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 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. diff --git a/plugins/literasc.py b/plugins/literasc.py index 0bcd8f2..6fd5d5b 100755 --- a/plugins/literasc.py +++ b/plugins/literasc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Literasc, a simple literate programming tool for C, C++, and Turtle. |