packstack/packstack/installer
Christian Berendt 713b745e0e Enable PEP8 checks for F401, E202, E271, E272, E711, E712
* F401 module imported but unused
* E271 multiple spaces after keyword
* E272 multiple spaces before keyword
* E202 remove extraneous whitespace
* E711 comparison to None should be 'if cond is None:'
* E712 comparison to True/False should be 'if cond is True/False:' or 'if cond:'

Change-Id: I56a1dbee2ae17b8315a55215e2c676e0de8311f7
2015-01-16 13:11:31 +01:00
..
core Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
utils Merge "Use except x as y instead of except x, y" 2014-06-17 12:01:57 +00:00
.gitignore Restructuring project for python's setuptools 2012-11-27 09:39:15 +00:00
LICENSE Restructuring project for python's setuptools 2012-11-27 09:39:15 +00:00
__init__.py Restructuring project for python's setuptools 2012-11-27 09:39:15 +00:00
basedefs.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
exceptions.py Change message in certain cases 2013-09-23 12:44:28 +02:00
output_messages.py Enable PEP8 checks for E121, E129, E231, E265, E302 2015-01-09 13:42:13 +01:00
processors.py Enable PEP8 checks for E121, E129, E231, E265, E302 2015-01-09 13:42:13 +01:00
run_setup.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
setup_controller.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
validators.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00