mirror of https://github.com/GNOME/gimp.git
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,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…
Reference in New Issue