Commit 8bd696b
pwclient: dict.iteritems() is deprecated in Python 3
Just use dict.items(), since there are few fields and we don't really
care about the extra copying.
Signed-off-by: Brian Norris <[email protected]>
Reviewed-by: Mike Frysinger <[email protected]>
Reviewed-by: Stephen Finucane <[email protected]>1 parent 0c8fb45 commit 8bd696b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments