Remove useless shebangs by musicinmybrain · Pull Request #47 · ppinard/matplotlib-scalebar (original) (raw)
Since these test modules don’t have script-like content (no interesting side effects, “if __name__ == "__main__"
”, or similar), and since their file permissions do not include the executable bit, shebang lines (#!
) aren’t useful.
This PR is trivial, but this detail is something we currently need to change downstream in Fedora Linux packaging.