Commenting out pkg_resources lines for now, as they break hacking/env-setup

pull/7220/head
James Cammarata 10 years ago
parent be4e6d359f
commit 0e7b9e5cfc

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

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

Loading…
Cancel
Save