Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6

pull/7306/head
Toshio Kuratomi 11 years ago
parent 6a6060ac55
commit f7b76e0394

@ -18,8 +18,8 @@
####################################################### #######################################################
#__requires__ = ['ansible'] __requires__ = ['ansible']
#import pkg_resources import pkg_resources
import sys import sys
import os import os

@ -20,8 +20,8 @@
# example playbook to bootstrap this script in the examples/ dir which # example playbook to bootstrap this script in the examples/ dir which
# installs ansible and sets it up to run on cron. # installs ansible and sets it up to run on cron.
#__requires__ = ['ansible'] __requires__ = ['ansible']
#import pkg_resources import pkg_resources
import os import os
import sys import sys

Loading…
Cancel
Save