~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/distributionsourcepackage.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-13 10:21:35 UTC
  • mfrom: (13931.2.1 no-more-lazr-utils)
  • Revision ID: launchpad@pqm.canonical.com-20110913102135-oitsq4e62bcmvszn
[r=wgrant][no-qa] Drown canonical.lazr.utils.

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,