Files
python-troveclient/troveclient/tests
Kui Shi 38a5a1d5bd Replace g.next() with next(g)
In Python 3, g.next() has been renamed to g.__next__().
The next() buildin function will work fine for Python 2&3.

Partial implements: blueprint py33-support
Change-Id: I992d019eb180f514388f21b2400b51c94c7bdad5
2013-10-23 06:43:07 +08:00
..
2013-06-21 20:15:23 +00:00
2013-06-26 13:48:18 +02:00
2013-10-23 06:43:07 +08:00
2013-10-21 20:51:15 +08:00