in rotation.py [0:0]
def get_addresses_from_rotation(rotation): attendees = [rotation.leader] + [s for s in rotation.sheriffs] return [a.get_cal_nick() + "@mozilla.com" for a in attendees]