heat/heat/api/openstack
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
..
v1 Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
__init__.py Fix [H302] errors in heat/api 2014-11-17 15:04:33 +03:00
versions.py Remove identical modules versions.py 2015-06-16 17:00:39 +03:00