Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove executable permissions from non-script sources
These files are not script-like (no `if __name__ == "__main__":` or interesting side effects) and have no shebang lines (`#!`), so there is no reason for the executable bit to be set in their filesystem permissions.
- Loading branch information