--- source_gnome-screensaver.py--orig 2012-06-11 16:01:47.000000000 -0400 +++ source_gnome-screensaver.py 2012-06-15 04:50:47.899100968 -0400 @@ -45,8 +45,8 @@ app_id = iface.GetAppId() flags = iface.GetFlags() reason = iface.GetReason() - if j > 1: - inhibitors_str += '\n' + if j > 1: + inhibitors_str += '\n' inhibitors_str += str(j) + ': AppId = ' + app_id + ', Flags = ' + str(flags) + ', Reason = ' + reason j = j + 1 master_flag |= flags @@ -61,4 +61,4 @@ report = {} add_info(report) for key in report: - print '[%s]\n%s' % (key, report[key]) + print('[%s]\n%s' % (key, report[key]))