heat/heat/api/aws
Dmitry Tyurnikov 1bb37b6857 Some lambda were replaced on def
Always use a def statement instead of an assignment statement that binds
a lambda expression directly to an identifier.

Yes:
def f(x): return 2*x

No:
f = lambda x: 2*x

https://www.python.org/dev/peps/pep-0008/

Change-Id: I776b80bb4bc2184125f461c801897f84d3f29254
2015-09-23 11:35:29 +01:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
ec2token.py Revert failing tests and use v3 for ec2 tokens 2015-08-18 13:37:48 +02:00
exception.py Return error message if validate fail when clearing hook 2015-09-09 14:52:37 +08:00
utils.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00