Update dict usage to be python3 compatible

Replace appengine/components/components/config/OWNERS dnj@ with tikuta@

Ran:
  vi $(git grep --name-only '\.iteritems' | grep -v third_party)
  vi $(git grep --name-only '\.itervalues' | grep -v third_party)

and replace iteritem() with items() and itervalues() with values(). In
theory it's slightly slower in python2 but it's going to be fast on
python3.

There should be no real functional change.

Bug: 1003186
Change-Id: I56859408236dc94fd0f0c5ecd769f821eec959f6
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/1847188
Auto-Submit: Marc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: bc192746221d96712e9a8656623da51b00cd481b
1 file changed
tree: bc4f121d5ce88a5ce899bf155a672023b452e8c3
  1. tests/
  2. __init__.py
  3. bootstrap.py
  4. OWNERS
  5. stream.py
  6. streamname.py
  7. varint.py