summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Côté-Tremblay <david.cote-tremblay@savoirfairelinux.com>2016-10-24 16:25:27 -0400
committerToshio Kuratomi <a.badger@gmail.com>2016-11-07 08:00:57 -0800
commit221cafe769190f5a47950b02e54b491ae84de4cc (patch)
tree3903bf5535eaeeb59421941c92a037025e8a120a /setup.py
parentdd0189839eaded82df9e2953600d97272871f2f8 (diff)
downloadansible-221cafe769190f5a47950b02e54b491ae84de4cc.tar.gz
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