Comment 7 for bug 1040380

Revision history for this message
Julian Taylor (jtaylor) wrote :

the fix is very simple, just replace all
x.has_key('key')
with
'key' in x

probably fallout from the py3 transition