~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_binarypackagebuildbehavior.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:
18
18
from zope.security.proxy import removeSecurityProxy
19
19
 
20
20
from canonical.config import config
21
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
22
21
from canonical.testing.layers import LaunchpadZopelessLayer
23
22
from lp.buildmaster.enums import BuildStatus
24
23
from lp.buildmaster.tests.mock_slaves import (
34
33
    )
35
34
from lp.registry.interfaces.series import SeriesStatus
36
35
from lp.services.job.interfaces.job import JobStatus
 
36
from lp.services.librarian.interfaces import ILibraryFileAliasSet
37
37
from lp.services.log.logger import BufferLogger
38
38
from lp.soyuz.adapters.archivedependencies import (
39
39
    get_sources_list_for_building,