plug-ins: use #!/usr/bin/env python3 shebang line in python-console.py

Fixes #7035.
This commit is contained in:
Michael Schumacher 2021-07-07 17:47:15 +02:00
parent 74f67c180e
commit 7f0dafe571
1 changed files with 1 additions and 1 deletions

View File

@ -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>