From: Chí-Thanh Christopher Nguyễn Date: Wed, 10 Oct 2012 23:14:12 +0000 (+0200) Subject: c_client.py: Fix python-3 invalid except statement X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=76a2166de9c80b35f987fdc3f3a228bafa0de94e;hp=76a2166de9c80b35f987fdc3f3a228bafa0de94e;p=free-sw%2Fxcb%2Flibxcb c_client.py: Fix python-3 invalid except statement Replace except statement with a PEP-3110 compliant one. This fixes a regression introduced by c3deeaf714630531d693a6a902b8dabf791858b1 https://bugs.freedesktop.org/show_bug.cgi?id=55690 Reviewed-by: Peter Harris Signed-off-by: Uli Schlachter ---