~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/tests/test_question_webservice.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:23:31 UTC
  • mfrom: (14564.4.2 megalint-7)
  • Revision ID: launchpad@pqm.canonical.com-20111222042331-ldeo5z018n8bq6x1
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    QuestionTargetError,
28
28
    )
29
29
from lp.registry.interfaces.person import IPersonSet
30
 
from lp.services.worlddata.interfaces.language import ILanguageSet
31
30
from lp.testing import (
32
31
    celebrity_logged_in,
33
32
    launchpadlib_for,