mistral/mistral/service
Renat Akhmerov 289273235d Optimize API layer: using from_db_model() instead of from_dict()
* Using method from_db_model() of REST resources where possible
  which is more efficient than from_dict() that requires one more
  object in memory (a dict)
* Minor style changes

Change-Id: Ie1f3137bee94328f2af676a0831e30c1cf212f47
2017-05-22 12:03:17 +07:00
..
__init__.py Fix launch process of Mistral components 2016-11-30 17:42:15 +07:00
base.py Remove unused logging import 2017-05-11 11:45:13 +00:00
coordination.py Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00