diff options
author | Christian Heimes <cheimes@redhat.com> | 2018-07-05 12:30:54 +0200 |
---|---|---|
committer | Christian Heimes <cheimes@redhat.com> | 2018-07-05 19:46:42 +0200 |
commit | 9c86d35a3f0af4a793fada7dfe726e9cc66782ea (patch) | |
tree | 97d2c581d33b5e8c0870ee59f6249475cf91d20b /ipapython/setup.py | |
parent | 198a2c61129675b928bb7a970d5fc4c63a032456 (diff) | |
download | freeipa-9c86d35a3f0af4a793fada7dfe726e9cc66782ea.tar.gz freeipa-9c86d35a3f0af4a793fada7dfe726e9cc66782ea.tar.xz freeipa-9c86d35a3f0af4a793fada7dfe726e9cc66782ea.zip |
Cleanup shebang and executable bit
- Add missing executable bits to all scripts
- Remove executable bits from all files that are not scripts,
e.g. js, html, and Python libraries.
- Remove Python shebang from all Python library files.
It's frown upon to have executable library files in site-packages.
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
Diffstat (limited to 'ipapython/setup.py')
-rw-r--r--[-rwxr-xr-x] | ipapython/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipapython/setup.py b/ipapython/setup.py index 1d0ac043f..b1f006ef1 100755..100644 --- a/ipapython/setup.py +++ b/ipapython/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 # Copyright (C) 2007 Red Hat # see file 'COPYING' for use and warranty information # |