~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/tests/test_publisher_documentation.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:
15
15
    setUp,
16
16
    tearDown,
17
17
    )
18
 
from canonical.testing import LaunchpadZopelessLayer
 
18
from canonical.testing.layers import LaunchpadZopelessLayer
19
19
 
20
20
 
21
21
def archivePublisherSetUp(test):