c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'iteritems'
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Wed, 10 Oct 2012 23:14:11 +0000 (01:14 +0200)
committerUli Schlachter <psychon@znc.in>
Sat, 10 Nov 2012 18:45:13 +0000 (19:45 +0100)
commit9db4517c87f56bb0ac82b647a08db30850ee2b04
tree3862865d3fd923f3f168185f2c08e5aa232b559b
parent4ffe54f69049e6792a35a287fd9ff83abbd4fd8d
c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'iteritems'

This fixes a regression introduced by ea71d7d7e3f5d8189b80747678e9ca9a417b1d37
https://bugs.freedesktop.org/show_bug.cgi?id=55690

Reviewed-by: Peter Harris <pharris@opentext.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
src/c_client.py