~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_buglinktarget.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
from zope.component import getUtility
17
17
 
18
 
from lp.testing.layers import LaunchpadFunctionalLayer
19
18
from lp.answers.interfaces.questioncollection import IQuestionSet
20
19
from lp.blueprints.interfaces.specification import ISpecificationSet
21
20
from lp.bugs.interfaces.cve import ICveSet
 
21
from lp.testing.layers import LaunchpadFunctionalLayer
22
22
from lp.testing.systemdocs import (
23
23
    LayeredDocFileSuite,
24
24
    setUp,