~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/sourcepackage.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:
13
13
 
14
14
from operator import attrgetter
15
15
 
 
16
from lazr.restful.utils import smartquote
16
17
from storm.locals import (
17
18
    And,
18
19
    Desc,
30
31
    sqlvalues,
31
32
    )
32
33
from canonical.launchpad.interfaces.lpstorm import IStore
33
 
from canonical.lazr.utils import smartquote
34
34
from canonical.launchpad.webapp.interfaces import ILaunchBag
35
35
from lp.answers.enums import QUESTION_STATUS_DEFAULT_SEARCH
36
36
from lp.answers.model.question import (