proxy: convert iteritems() and and itervalues() to items() and values()
authorW. Trevor King <wking@tremily.us>
Sat, 29 Sep 2012 11:18:20 +0000 (07:18 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 29 Sep 2012 11:18:25 +0000 (07:18 -0400)
commit64c98b814b5927b89d2521218abcd99d37330836
treeb2f110f003ecd1fb21d2ae870d3a7cdc71038c3c
parent409f9341d17ba88685f08b561378d6c0c783b405
proxy: convert iteritems() and and itervalues() to items() and values()

The former no longer exist in Python 3.
plugins/proxy.py