~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/scripts/tests/test_create_merge_proposals.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:41:32 UTC
  • mfrom: (14578.2.5 librarian-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222124132-s1yqnjjb1jl7384h
[r=wgrant][no-qa] Move most non-server librarian stuff from around
        the tree to lp.services.librarian. canonical.launchpad.{browser,
        database} are no longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
import transaction
13
13
from zope.component import getUtility
14
14
 
15
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
16
 
from lp.services.scripts.tests import run_script
17
15
from canonical.testing.layers import ZopelessAppServerLayer
18
16
from lp.code.model.branchmergeproposaljob import CreateMergeProposalJob
 
17
from lp.services.librarian.interfaces import ILibraryFileAliasSet
 
18
from lp.services.scripts.tests import run_script
19
19
from lp.testing import TestCaseWithFactory
20
20
from lp.testing.factory import GPGSigningContext
21
21
from lp.testing.gpgkeys import import_secret_test_key