~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/stories/distribution-package-answer-contact.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 22:30:39 UTC
  • mfrom: (14600.1.14 apocalypta-1)
  • Revision ID: launchpad@pqm.canonical.com-20111224223039-z7zbq34zfurx9gce
[rs=sinzui][no-qa] Move c.l modules to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
    # Register a Sample Person as an answer contact for the distribution.
8
8
    >>> from zope.component import getUtility
9
 
    >>> from canonical.launchpad.ftests import login, logout
 
9
    >>> from lp.testing import login, logout
10
10
    >>> from canonical.database.sqlbase import flush_database_updates
11
11
    >>> from canonical.launchpad.webapp.interfaces import ILaunchBag
12
12
    >>> from lp.registry.interfaces.distribution import IDistributionSet