ansible/packaging/language
Evan b5ad8b83be pip: Fix uninitialized variable during check_mode (#4379)
During check_mode (`--check`), the variable change could be
used uninitialized, yielding this error:

`UnboundLocalError: local variable 'changed' referenced before assignment`

This changeset simply initializes it to False.
2016-08-10 23:45:54 +02:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
easy_install.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
gem.py Change gem_source and executable to 'path' 2016-04-26 22:20:03 +02:00
pip.py pip: Fix uninitialized variable during check_mode (#4379) 2016-08-10 23:45:54 +02:00