ansible/lib/ansible
Marc Abramowitz 44b9f5e752 Make pip install -e work
This allows `pip install -e` and `python setup.py develop` to work
without having to do the stuff in
http://docs.ansible.com/intro_installation.html#running-from-source so
it's a tad nicer for Python programmers who are accustomed to installing
packages as editable/in development mode.

Fixes GH-8355 (https://github.com/ansible/ansible/issues/8355)
2014-07-30 13:35:11 -07:00
..
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Invalidate host/group variables cache when loading 2014-07-14 15:21:33 +02:00
module_utils Remove whitespace around args 2014-07-30 08:51:27 -05:00
playbook Move splitter to module_utils so modules can use it and fix command arg splitting 2014-07-29 14:55:16 -05:00
runner Move splitter to module_utils so modules can use it and fix command arg splitting 2014-07-29 14:55:16 -05:00
utils Remove whitespace around args 2014-07-30 08:51:27 -05:00
__init__.py Version bump for 1.7 2014-05-05 16:37:46 -05:00
callbacks.py Show delegate_to hint in callbacks 2014-07-07 12:39:08 -05:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Make pip install -e work 2014-07-30 13:35:11 -07:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Revise documentation on powershell module replacer code. 2014-06-19 14:24:13 -05:00