summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Côté-Tremblay <david.cote-tremblay@savoirfairelinux.com>2016-10-24 22:25:27 +0200
committerToshio Kuratomi <a.badger@gmail.com>2016-11-07 17:00:57 +0100
commit221cafe769190f5a47950b02e54b491ae84de4cc (patch)
tree3903bf5535eaeeb59421941c92a037025e8a120a /setup.py
parent Fix bug (#18355) where encrypted inventories fail 18355 (#18373) (diff)
downloadansible-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8cd831802b..4db8891ba2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
import os
import sys