neutron/neutron/api/v2
fpxie 574312165b Replace six.iteritems with dict.items(Part-2)
according to https://wiki.openstack.org/wiki/Python3, now we should avoid
using six.iteritems and replace it with dict.items.

Change-Id: I58a399baa2275f280acc0e6d649f81838648ce5c
Closes-Bug: #1680761
2017-04-18 18:56:46 +08:00
..
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00
attributes.py Replace six.iteritems with dict.items(Part-2) 2017-04-18 18:56:46 +08:00
base.py Replace six.iteritems with dict.items(Part-2) 2017-04-18 18:56:46 +08:00
resource.py Pecan: Fix tags handling for pecan 2017-02-02 19:02:13 +00:00
resource_helper.py Remove allow_pagination and allow_sorting config options 2016-11-29 12:34:19 +00:00
router.py Replace six.iteritems with dict.items(Part-2) 2017-04-18 18:56:46 +08:00