URL:
https://github.com/freeipa/freeipa/pull/3305
Author: tiran
Title: #3305: Replace PYTHONSHEBANG with valid shebang
Action: opened
PR body:
"""
Manual backport of PR #3299
Replace the @PYTHONSHEBANG@ substitution with a valid #!/usr/bin/python3
shebang. This turns Python .in files into valid Python files. The files
can now be checked with pylint and IDEs recognize the files as Python
files.
The shebang is still replaced with "#!$(PYTHON) -E" to support
platform-python.
Related:
https://pagure.io/freeipa/issue/7984
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
Reviewed-By: Francois Cami <fcami(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa
https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3305/head:pr3305
git checkout pr3305