Skip to content
  • Matt Harbison's avatar
    py3: replace dict.iteritems() with .items() · 7b6638ab4daf
    Matt Harbison authored
    Converted with `2to3 -w -n -f dict .`, and then remove a bunch of list()
    wrapping.  The only place it seemed necessary was in repoview.py, as the
    collection is traversed more than once.
    7b6638ab4daf