~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/distroarchseries.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
    'DistroArchSeriesView',
14
14
    ]
15
15
 
 
16
from lazr.restful.utils import smartquote
16
17
from zope.interface import (
17
18
    implements,
18
19
    Interface,
30
31
    NavigationMenu,
31
32
    )
32
33
from canonical.launchpad.webapp.publisher import canonical_url
33
 
from canonical.lazr.utils import smartquote
34
34
from lp.app.browser.launchpadform import (
35
35
    action,
36
36
    LaunchpadFormView,