~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/doc/utility.txt

  • Committer: Francis J. Lacoste
  • Date: 2009-03-17 21:23:43 UTC
  • mto: This revision was merged to the branch mainline in revision 8007.
  • Revision ID: francis.lacoste@canonical.com-20090317212343-tj5w81k3jypg6e9j
Rename lp.apps.answers to lp.answers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
Create recent questions on a number of projects.
168
168
 
169
 
    >>> from lp.apps.answers.testing import (
 
169
    >>> from lp.answers.testing import (
170
170
    ...     QuestionFactory)
171
171
    >>> from canonical.launchpad.interfaces import (
172
172
    ...     IDistributionSet, ILaunchBag, IProductSet)