shade/shade/_heat
Monty Taylor dcbcfbf124
Fix recent pep8 issues
The latest version of pycodestyle got stricter with undefined objects
pulled in via * imports. It's a nice check and actually found a bug, so
instead of disabling it, fix the places where we're using a * import.

W503 on the other hand is terrible.

Change-Id: Id73599ca494545b0f6d2345236190fc13cf2a326
2018-05-12 10:31:30 -05:00
..
__init__.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
environment_format.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
event_utils.py Fix recent pep8 issues 2018-05-12 10:31:30 -05:00
template_format.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
template_utils.py Replace six.itervalues with dict.values() 2017-07-20 19:06:32 +05:30
utils.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00