~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/branchcollection.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 09:25:36 UTC
  • mfrom: (14593.2.17 apocalypta-0)
  • Revision ID: launchpad@pqm.canonical.com-20111224092536-rdgyq1kfsi3hunqr
[rs=sinzui][no-qa] Moved forgotten files to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
from canonical.database.sqlbase import quote
35
35
from lp.services.database.lpstorm import IStore
36
 
from canonical.launchpad.searchbuilder import any
 
36
from lp.services.searchbuilder import any
37
37
from canonical.launchpad.webapp.interfaces import (
38
38
    DEFAULT_FLAVOR,
39
39
    IStoreSelector,