~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/tests/test_doc.py

  • Committer: William Grant
  • Date: 2011-12-22 05:09:10 UTC
  • mto: This revision was merged to the branch mainline in revision 14586.
  • Revision ID: william.grant@canonical.com-20111222050910-ye8ccx1l9roygyr8
Move the remains of canonical.launchpad.testing to lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import os
10
10
import unittest
11
11
 
12
 
from canonical.launchpad.testing.pages import PageTestSuite
13
 
from canonical.launchpad.testing.systemdocs import (
 
12
from lp.testing.pages import PageTestSuite
 
13
from lp.testing.systemdocs import (
14
14
    LayeredDocFileSuite,
15
15
    setUp,
16
16
    tearDown,