tacker/tacker/db
dharmendra 3fe3dfe6a1 py3: use function next() instead of next() method on iterator objects
Python 3 introduced a next() function to replace the next()
method on iterator objects. Ref:
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#next

TrivialFix
Change-Id: Ic36d89dd5031a29744323df4e44d5b32d67c1b77
2016-03-17 13:44:28 +00:00
..
migration Merge "Fix pep8 errors in tacker code" 2016-02-10 23:04:33 +00:00
vm Merge "Fix pep8 errors in tacker code" 2016-02-10 23:04:33 +00:00
__init__.py rename neutron/db to tacker/db 2014-07-04 18:20:50 +09:00
api.py s/oslo.config/oslo_config/ 2015-04-10 11:31:06 -07:00
db_base.py Fix pep8 errors in tacker code 2016-01-27 21:09:42 +01:00
model_base.py py3: use function next() instead of next() method on iterator objects 2016-03-17 13:44:28 +00:00
models_v1.py add tacker/db/models_v1.py 2014-07-04 18:20:51 +09:00
sqlalchemyutils.py rename neutron/db to tacker/db 2014-07-04 18:20:50 +09:00