~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    )
21
21
 
22
22
from lp import _
 
23
from lp.app.browser.launchpadform import (
 
24
    action,
 
25
    LaunchpadFormView,
 
26
    )
23
27
from lp.services.webapp import (
24
28
    GetitemNavigation,
25
29
    LaunchpadEditFormView,
31
35
    NavigationMenu,
32
36
    )
33
37
from lp.services.webapp.publisher import canonical_url
34
 
from lp.app.browser.launchpadform import (
35
 
    action,
36
 
    LaunchpadFormView,
37
 
    )
38
38
from lp.soyuz.browser.packagesearch import PackageSearchViewBase
39
39
from lp.soyuz.interfaces.distroarchseries import IDistroArchSeries
40
40