~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/tests/test_doc.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:
12
12
    setUp,
13
13
    tearDown,
14
14
    )
15
 
from canonical.testing import DatabaseLayer, LaunchpadZopelessLayer
 
15
from canonical.testing.layers import DatabaseLayer, LaunchpadZopelessLayer
16
16
from lp.services.testing import build_test_suite
17
17
 
18
18