diff options
author | Brian Coca <bcoca@ansible.com> | 2014-12-15 16:26:37 -0500 |
---|---|---|
committer | Brian Coca <bcoca@ansible.com> | 2014-12-15 16:26:37 -0500 |
commit | 88443d6dcfe3201717d0b3b296d04450103fbf83 (patch) | |
tree | 629b026f15af5cd0474b88f697b74a4b1c226d20 /bin/ansible-playbook | |
parent | bd5b28e4298723dba3a36547099fef1076ed5896 (diff) | |
parent | f7b76e0394ad2eb59f4aef6497fd89ce664e8718 (diff) | |
download | ansible-88443d6dcfe3201717d0b3b296d04450103fbf83.tar.gz |
Merge pull request #7306 from abadger/feature/egg-info
Feature/egg info
Diffstat (limited to 'bin/ansible-playbook')
-rwxr-xr-x | bin/ansible-playbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ansible-playbook b/bin/ansible-playbook index 96e87de3eb..93645903f7 100755 --- a/bin/ansible-playbook +++ b/bin/ansible-playbook @@ -18,8 +18,8 @@ ####################################################### -#__requires__ = ['ansible'] -#import pkg_resources +__requires__ = ['ansible'] +import pkg_resources import sys import os |