tacker/tacker/agent/linux
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
..
__init__.py Enable hacking check H104 2015-04-09 18:45:52 -07:00
async_process.py rename neutron/agent to tacker 2014-07-04 18:20:50 +09:00
daemon.py Update hacking 2016-01-02 17:30:55 +01:00
external_process.py Update hacking 2016-01-02 17:30:55 +01:00
interface.py Fixing default mutable argument issue. 2016-01-25 14:27:54 +05:30
ip_lib.py py3: use function next() instead of next() method on iterator objects 2016-03-17 13:44:28 +00:00
polling.py Code cleanup at multiple places. 2016-01-25 15:39:43 +05:30
utils.py Update hacking 2016-01-02 17:30:55 +01:00