heat/heat/db
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
..
sqlalchemy Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Fix [H405] pep rule in heat/db 2015-09-22 09:54:26 +03:00
utils.py Support for encrypt/decrypt parameters in heat-manage 2015-06-05 12:06:59 -05:00