10
10
>>> from lp.registry.interfaces.personnotification import (
11
11
... IPersonNotification, IPersonNotificationSet)
13
13
>>> from lp.registry.interfaces.person import IPersonSet
14
14
>>> notification_set = getUtility(IPersonNotificationSet)
15
15
>>> mark = getUtility(IPersonSet).getByName('mark')