Comment 64 for bug 1013171

Revision history for this message
Edward Donovan (edward.donovan) wrote :

mythtv-common needs the usual 'print' fix. Here's a patch. The 2to3 tool also wanted to change:

    if report.has_key('Package')

into

    if 'Package' in report

But since neither python 2 or 3 take exception to that original syntax, I did not make that change in the patch. Advice welcome. Thanks.