~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/tests/test_publisherconfig.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:55:30 UTC
  • mfrom: (14577.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20111222045530-wki9iu6c0ysqqwkx
[r=wgrant][no-qa] Fix test_publisherconfig lpstorm import. Probably a
        silent conflict between megalint and apocalypse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
from zope.security.interfaces import Unauthorized
13
13
 
14
14
from canonical.launchpad.ftests import login
15
 
from canonical.launchpad.interfaces.lpstorm import IStore
16
15
from canonical.testing.layers import (
17
16
    DatabaseFunctionalLayer,
18
17
    ZopelessDatabaseLayer,
22
21
    IPublisherConfigSet,
23
22
    )
24
23
from lp.archivepublisher.model.publisherconfig import PublisherConfig
 
24
from lp.services.database.lpstorm import IStore
25
25
from lp.testing import (
26
26
    ANONYMOUS,
27
27
    TestCaseWithFactory,