~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
process. Matsubara's account was created during a code import.
13
13
 
14
14
    >>> from zope.component import getUtility
15
 
    >>> from lp.services.identity.interfaces.emailaddress import IEmailAddressSet
 
15
    >>> from canonical.launchpad.interfaces.emailaddress import IEmailAddressSet
16
16
    >>> from lp.registry.interfaces.person import IPersonSet
17
17
 
18
18
    >>> emailset = getUtility(IEmailAddressSet)