~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-26 06:01:53 UTC
  • mfrom: (14575.2.4 megalint-9)
  • Revision ID: launchpad@pqm.canonical.com-20111226060153-1rfmi1yn90lu4fuf
[r=jtv][no-qa] Lint.

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 lp.testing 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