Skip to content

Commit

Permalink
Commenting out pkg_resources lines for now, as they break hacking/env…
Browse files Browse the repository at this point in the history
…-setup
  • Loading branch information
jimi-c committed Apr 29, 2014
1 parent be4e6d3 commit 0e7b9e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/ansible-playbook
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#######################################################

__requires__ = ['ansible']
import pkg_resources
#__requires__ = ['ansible']
#import pkg_resources

import sys
import os
Expand Down
4 changes: 2 additions & 2 deletions bin/ansible-vault
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7b9e5

Please sign in to comment.