--- source_unity--orig.py 2012-06-26 13:15:16.000000000 +0000 +++ source_unity.py 2012-06-29 00:42:14.148066822 +0000 @@ -14,7 +14,7 @@ report['Tags'] += " rc-%s" % version # the crash is not in the unity code so reassign - if report.has_key("Stacktrace") and "/usr/lib/indicators" in report["Stacktrace"]: + if "Stacktrace" in report and "/usr/lib/indicators" in report["Stacktrace"]: for words in report["Stacktrace"].split(): if words.startswith("/usr/lib/indicators"): report.add_package_info(apport.packaging.get_file_package(words))