mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py
Fixes #7035.
This commit is contained in:
parent
74f67c180e
commit
7f0dafe571
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue