~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:46:24 UTC
  • mfrom: (14562.1.4 apocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111222044624-zzfwcfyel4n7bjpu
[r=wgrant][no-qa] Move some test helpers from canonical.launchpad to
        lp.*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from zope.security.proxy import removeSecurityProxy
11
11
 
12
12
from canonical.database.sqlbase import cursor
13
 
from canonical.launchpad.testing.databasehelpers import (
14
 
    remove_all_sample_data_branches,
15
 
    )
16
13
from canonical.testing.layers import DatabaseFunctionalLayer
 
14
from lp.code.tests.helpers import remove_all_sample_data_branches
17
15
from lp.registry.interfaces.mailinglistsubscription import (
18
16
    MailingListAutoSubscribePolicy,
19
17
    )