packstack/packstack/installer
Christian Berendt c532db1461 Enable several PEP8 checks
* E122 continuation line missing indentation or outdented
* E126 continuation line over-indented for hanging indent
* E127 continuation line over-indented for visual indent
* E128 continuation line under-indented for visual indent
* E131 continuation line unaligned for hanging indent
* E303 too many blank lines
* W601 .has_key() is deprecated, use 'in'
* H234 assertEquals is deprecated, use assertEqual
* H401 docstring should not start with a space
* H402 one line docstring needs punctuation.

Change-Id: I1c264dba19bfe7cb9173e8999429827bd026b930
2015-01-21 19:11:49 +01:00
..
core Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
utils Enable several PEP8 checks 2015-01-21 19:11:49 +01: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 several PEP8 checks 2015-01-21 19:11:49 +01:00
exceptions.py Change message in certain cases 2013-09-23 12:44:28 +02:00
output_messages.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
processors.py Enable PEP8 checks for E111, E241, E261, E401, E502, E713, E721 2015-01-16 16:06:27 +01:00
run_setup.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
setup_controller.py Enable PEP8 checks for E111, E241, E261, E401, E502, E713, E721 2015-01-16 16:06:27 +01:00
validators.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00