[gimp] plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py
- Date: Wed, 7 Jul 2021 15:48:35 +0000 (UTC)
commit 7f0dafe571e2eef5cd41751c2a62d1e746c5dbc7
Author: Michael Schumacher <schumaml gmx de>
Date: Wed Jul 7 17:47:15 2021 +0200
plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py
Fixes #7035.
plug-ins/python/python-console/python-console.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/python/python-console/python-console.py
b/plug-ins/python/python-console/python-console.py
index 910a85394a..e5598033a4 100755
--- a/plug-ins/python/python-console/python-console.py
+++ b/plug-ins/python/python-console/python-console.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# Gimp-Python - allows the writing of Gimp plugins in Python.
# Copyright (C) 1997 James Henstridge <james daa com au>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]