~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/test_peoplemerge.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:
6
6
 
7
7
from zope.component import getUtility
8
8
 
9
 
from lp.testing.layers import DatabaseFunctionalLayer
10
9
from lp.registry.interfaces.person import (
11
10
    IPersonSet,
12
11
    TeamSubscriptionPolicy,
18
17
    person_logged_in,
19
18
    TestCaseWithFactory,
20
19
    )
 
20
from lp.testing.layers import DatabaseFunctionalLayer
21
21
from lp.testing.views import (
22
22
    create_initialized_view,
23
23
    create_view,