~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
from collections import defaultdict
12
12
 
 
13
from lazr.restful.utils import safe_hasattr
13
14
from storm.expr import (
14
15
    And,
15
16
    Count,
39
40
    )
40
41
from canonical.launchpad.searchbuilder import any
41
42
from canonical.launchpad.webapp.vocabulary import CountableIterator
42
 
from canonical.lazr.utils import safe_hasattr
43
43
from lp.bugs.interfaces.bugtask import (
44
44
    IBugTaskSet,
45
45
    BugTaskSearchParams,