~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/doc/revision.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
== Interfaces ==
8
8
 
9
 
    >>> from lp.services.database.lpstorm import IStore
10
 
    >>> from lp.services.webapp.testing import verifyObject
 
9
    >>> from canonical.launchpad.interfaces.lpstorm import IStore
 
10
    >>> from canonical.launchpad.webapp.testing import verifyObject
11
11
    >>> from lp.code.interfaces.revision import (
12
12
    ...     IRevision, IRevisionAuthor, IRevisionParent, IRevisionSet)
13
13
    >>> from lp.code.interfaces.branchrevision import IBranchRevision