vmware-nsx/quantum/plugins/midonet
Roman Podolyaka c7afedad00 Use Query instances as iterables when possible
A Query.all() call creates a list of a DB query results.
We can actually use a Query instance as an iterable and
thus avoid creation of a list if we just need to iterate
over those values only once.

Fixes bug 1173133

Change-Id: I06d8eaa9eaba4c71aa0c98000735cb9d83ea19a3
2013-04-29 10:12:41 +03:00
..
__init__.py Implement MidoNet Quantum Plugin 2013-02-20 10:20:20 +09:00
config.py Implement MidoNet Quantum Plugin 2013-02-20 10:20:20 +09:00
midonet_lib.py Switch to flake8 from pep8. 2013-04-04 04:57:52 +00:00
plugin.py Use Query instances as iterables when possible 2013-04-29 10:12:41 +03:00