~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
from lp.blueprints.browser.specificationtarget import (
77
77
    HasSpecificationsMenuMixin,
78
78
    )
 
79
from lp.bugs.browser.structuralsubscription import (
 
80
    expose_structural_subscription_data_to_js,
 
81
    StructuralSubscriptionMenuMixin,
 
82
    StructuralSubscriptionTargetTraversalMixin,
 
83
    )
79
84
from lp.registry.browser import (
80
85
    add_subscribe_link,
81
86
    BaseRdfView,
92
97
    ProjectAddStepOne,
93
98
    ProjectAddStepTwo,
94
99
    )
95
 
from lp.bugs.browser.structuralsubscription import (
96
 
    expose_structural_subscription_data_to_js,
97
 
    StructuralSubscriptionMenuMixin,
98
 
    StructuralSubscriptionTargetTraversalMixin,
99
 
    )
100
100
from lp.registry.interfaces.product import IProductSet
101
101
from lp.registry.interfaces.projectgroup import (
102
102
    IProjectGroup,