~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 09:16:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230091636-98cdy5g26oyf6q6u
format-imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import os
9
9
 
 
10
from lp.services.testing import build_test_suite
10
11
from lp.testing.layers import LaunchpadFunctionalLayer
11
 
from lp.services.testing import build_test_suite
12
12
from lp.testing.systemdocs import (
13
13
    LayeredDocFileSuite,
14
14
    setUp,