210
210
spec will cause email notifications to be sent to each of its members.
212
212
>>> from zope.component import getUtility
214
214
>>> from lp.registry.interfaces.person import IPersonSet
215
215
>>> login('foo.bar@canonical.com')
216
216
>>> person_set = getUtility(IPersonSet)