~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_team.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:
10
10
from zope.interface.exceptions import Invalid
11
11
from zope.security.proxy import removeSecurityProxy
12
12
 
13
 
from lp.services.identity.model.emailaddress import EmailAddress
14
 
from lp.services.identity.interfaces.emailaddress import IEmailAddressSet
15
13
from canonical.launchpad.interfaces.lpstorm import IMasterStore
16
14
from canonical.testing.layers import (
17
15
    DatabaseFunctionalLayer,
34
32
    )
35
33
from lp.registry.interfaces.teammembership import TeamMembershipStatus
36
34
from lp.registry.model.persontransferjob import PersonTransferJob
 
35
from lp.services.identity.interfaces.emailaddress import IEmailAddressSet
 
36
from lp.services.identity.model.emailaddress import EmailAddress
37
37
from lp.soyuz.enums import ArchiveStatus
38
38
from lp.testing import (
39
39
    login_celebrity,