~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/person-notification.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    >>> from lp.registry.interfaces.personnotification import (
11
11
    ...     IPersonNotification, IPersonNotificationSet)
12
 
    >>> from lp.services.webapp.testing import verifyObject
 
12
    >>> from canonical.launchpad.webapp.testing import verifyObject
13
13
    >>> from lp.registry.interfaces.person import IPersonSet
14
14
    >>> notification_set = getUtility(IPersonNotificationSet)
15
15
    >>> mark = getUtility(IPersonSet).getByName('mark')