plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py
Fixes #7035.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user