~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distributionsourcepackage.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:
15
15
import itertools
16
16
import operator
17
17
 
 
18
from lazr.restful.utils import smartquote
18
19
from sqlobject.sqlbuilder import SQLConstant
19
20
from storm.expr import (
20
21
    And,
35
36
 
36
37
from canonical.database.sqlbase import sqlvalues
37
38
from canonical.launchpad.interfaces.lpstorm import IStore
38
 
from canonical.lazr.utils import smartquote
39
39
from lp.bugs.interfaces.bugsummary import IBugSummaryDimension
40
40
from lp.bugs.interfaces.bugtarget import IHasBugHeat
41
41
from lp.bugs.interfaces.bugtask import UNRESOLVED_BUGTASK_STATUSES