~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_changeoverride.py

  • Committer: William Grant
  • Date: 2011-12-22 05:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14581.
  • Revision ID: william.grant@canonical.com-20111222053722-gm6h9zi3lioz00ky
Move librarian stuff from canonical.launchpad to lp.services.librarian. canonical.librarian remains untouched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
from zope.component import getUtility
11
11
 
12
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
13
12
from canonical.testing.layers import LaunchpadZopelessLayer
14
13
from lp.registry.interfaces.distribution import IDistributionSet
15
14
from lp.registry.interfaces.person import IPersonSet
16
15
from lp.registry.interfaces.pocket import PackagePublishingPocket
 
16
from lp.services.librarian.interfaces import ILibraryFileAliasSet
17
17
from lp.services.log.logger import BufferLogger
18
18
from lp.soyuz.enums import PackagePublishingPriority
19
19
from lp.soyuz.interfaces.component import IComponentSet