--- source_notify-osd.py--orig 2012-04-10 10:52:42.000000000 -0400 +++ source_notify-osd.py 2012-06-15 04:39:46.883115646 -0400 @@ -80,4 +80,4 @@ report = {} add_info(report) for key in report: - print '[%s]\n%s' % (key, report[key]) + print('[%s]\n%s' % (key, report[key]))