diff options
author | David Côté-Tremblay <david.cote-tremblay@savoirfairelinux.com> | 2016-10-24 22:25:27 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2016-11-07 17:00:57 +0100 |
commit | 221cafe769190f5a47950b02e54b491ae84de4cc (patch) | |
tree | 3903bf5535eaeeb59421941c92a037025e8a120a /setup.py | |
parent | Fix bug (#18355) where encrypted inventories fail 18355 (#18373) (diff) | |
download | ansible-221cafe769190f5a47950b02e54b491ae84de4cc.tar.xz ansible-221cafe769190f5a47950b02e54b491ae84de4cc.zip |
Removing the shebang and the execution permission so the command be prefixed with python2 or python3 as needed
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import sys |