~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/sourcepackage.py

  • Committer: Curtis Hovey
  • Date: 2011-08-18 20:56:37 UTC
  • mto: This revision was merged to the branch mainline in revision 13736.
  • Revision ID: curtis.hovey@canonical.com-20110818205637-ae0pf9aexdea2mlb
Cleaned up doctrings and hushed lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    'SourcePackageCopyrightView',
11
11
    ]
12
12
 
13
 
from lazr.restful.utils import smartquote
14
13
from zope.component import getUtility
15
14
 
16
15
from canonical.launchpad.webapp import (
17
16
    LaunchpadView,
18
17
    Navigation,
19
18
    )
 
19
from canonical.lazr.utils import smartquote
20
20
from lp.registry.interfaces.distribution import IDistributionSet
21
21
from lp.registry.interfaces.distroseries import IDistroSeriesSet
22
22
from lp.registry.interfaces.distroseriesdifference import (