~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_team_webservice.py

  • Committer: Ian Booth
  • Date: 2011-12-23 13:54:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14595.
  • Revision ID: ian.booth@canonical.com-20111223135456-9p51ogrzqgvwni82
Lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    Unauthorized,
13
13
    )
14
14
 
15
 
from canonical.testing.layers import DatabaseFunctionalLayer, AppServerLayer
 
15
from canonical.testing.layers import (
 
16
    AppServerLayer,
 
17
    DatabaseFunctionalLayer, 
 
18
    )
16
19
from lp.registry.interfaces.person import (
17
20
    PersonVisibility,
18
21
    TeamSubscriptionPolicy,