~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jeroen Vermeulen
  • Date: 2011-12-25 09:38:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14603.
  • Revision ID: jeroen.vermeulen@canonical.com-20111225093854-saczn5eejde90u32
canonical.launchpad is gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
from zope.interface.verify import verifyObject
12
12
from zope.security.interfaces import Unauthorized
13
13
 
14
 
from canonical.launchpad.ftests import login
15
14
from canonical.testing.layers import (
16
15
    DatabaseFunctionalLayer,
17
16
    ZopelessDatabaseLayer,
24
23
from lp.services.database.lpstorm import IStore
25
24
from lp.testing import (
26
25
    ANONYMOUS,
 
26
    login,
27
27
    TestCaseWithFactory,
28
28
    )
29
29
from lp.testing.sampledata import LAUNCHPAD_ADMIN