~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/distroseriessourcepackagerelease.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:
8
8
    'DistroSeriesSourcePackageReleaseView',
9
9
    ]
10
10
 
 
11
from lazr.restful.utils import smartquote
 
12
 
11
13
from canonical.launchpad.webapp import (
12
14
    ApplicationMenu,
13
15
    LaunchpadView,
14
16
    Navigation,
15
17
    stepthrough,
16
18
    )
17
 
from canonical.lazr.utils import smartquote
18
19
from lp.soyuz.interfaces.distroseriessourcepackagerelease import (
19
20
    IDistroSeriesSourcePackageRelease,
20
21
    )