Commit 2f54b4e
committed
use dict.items() instead of dict.iteritems() for Python 3
from: https://wiki.python.org/moin/Python3.0
> Remove dict.iteritems(), dict.iterkeys(), and dict.itervalues().
> Instead: use dict.items(), dict.keys(), and dict.values() respectively.
Signed-off-by: Drew Fustini <drew@pdp7.com>1 parent cd6b0a7 commit 2f54b4e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments