~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2010-10-04 19:50:45 UTC
  • mto: This revision was merged to the branch mainline in revision 11680.
  • Revision ID: curtis.hovey@canonical.com-20101004195045-76gm0y7ojg3tlsio
Import layers from canonical.testing.layers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
13
13
from canonical.launchpad.scripts import FakeLogger
14
 
from canonical.testing import LaunchpadZopelessLayer
 
14
from canonical.testing.layers import LaunchpadZopelessLayer
15
15
from lp.registry.interfaces.distribution import IDistributionSet
16
16
from lp.registry.interfaces.person import IPersonSet
17
17
from lp.registry.interfaces.pocket import PackagePublishingPocket