101
101
# We redefine __eq__ and __ne__ here to prevent the security proxy
102
102
# from mucking up our comparisons in tests and elsewhere.
111
119
def getOopsRecipients(self):
112
120
"""Return a list of email-ids to notify about oopses."""
113
121
return self.getErrorRecipients()