packstack/packstack/installer/utils
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
..
__init__.py Fixed status message alignment 2014-02-27 11:27:25 +01:00
datastructures.py Cleaned packstack.installer.common_utils 2013-04-17 13:29:20 +02:00
decorators.py Cleaned packstack.installer.common_utils 2013-04-17 13:29:20 +02:00
network.py Use except x as y instead of except x, y 2014-06-03 07:53:51 +02:00
shell.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
shortcuts.py Don't yield empty value 2013-12-07 12:59:17 +01:00
strings.py Fixed status message alignment 2014-02-27 11:27:25 +01:00