heat/heat
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
..
api Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
cloudinit Try to get the version of cloud init via popen 2015-08-06 19:12:44 +03:00
cmd Add command to clean dead engine from service list 2015-09-14 16:59:18 +08:00
common Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
db Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
engine Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
httpd unify REST word 2015-08-26 09:33:17 +08:00
locale Imported Translations from Zanata 2015-09-17 06:09:27 +00:00
objects Add resource.root_stack_id column 2015-09-22 15:43:15 +12:00
openstack Switch to oslo.service 2015-06-23 08:30:39 +02:00
rpc Allow nested validation for template-validate 2015-09-22 08:27:28 +01:00
scaling Fix [H405] pep rule in heat/scaling 2015-09-21 14:51:45 +03:00
tests Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00