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 /ipatests/pytest_plugins/beakerlib.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 'ipatests/pytest_plugins/beakerlib.py')
-rw-r--r-- | ipatests/pytest_plugins/beakerlib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/pytest_plugins/beakerlib.py b/ipatests/pytest_plugins/beakerlib.py index 53e2a80e0..0668b48a2 100644 --- a/ipatests/pytest_plugins/beakerlib.py +++ b/ipatests/pytest_plugins/beakerlib.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 # Copyright (C) 2014 Red Hat # see file 'COPYING' for use and warranty information # |