~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/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:
22
22
 
23
23
from lazr.delegates import delegates
24
24
from lazr.restful.interfaces import IJSONRequestCache
 
25
from lazr.restful.utils import smartquote
25
26
import pytz
26
27
from zope.component import (
27
28
    adapter,
51
52
    NavigationMenu,
52
53
    )
53
54
from canonical.launchpad.webapp.sorting import sorted_dotted_numbers
54
 
from canonical.lazr.utils import smartquote
55
55
from lp.answers.browser.questiontarget import (
56
56
    QuestionTargetAnswersMenu,
57
57
    QuestionTargetFacetMixin,