~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-22 00:51:32 UTC
  • mto: This revision was merged to the branch mainline in revision 14577.
  • Revision ID: william.grant@canonical.com-20111222005132-ojq3qwvq464v0b6c
Unbreak import syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from canonical.database.sqlbase import cursor
13
13
from canonical.testing.layers import DatabaseFunctionalLayer
14
 
from lp.code.tests.helpers imports remove_all_sample_data_branches
 
14
from lp.code.tests.helpers import remove_all_sample_data_branches
15
15
from lp.registry.interfaces.mailinglistsubscription import (
16
16
    MailingListAutoSubscribePolicy,
17
17
    )