~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/interfaces/webservice.py

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from lazr.restful.declarations import LAZR_WEBSERVICE_EXPORTED
19
19
 
 
20
from lp.services.webservice.apihelpers import (
 
21
    patch_collection_return_type,
 
22
    patch_entry_return_type,
 
23
    patch_reference_property,
 
24
    )
20
25
from lp.answers.interfaces.question import IQuestion
21
26
from lp.answers.interfaces.questioncollection import (
22
27
    IQuestionSet,
26
31
from lp.answers.interfaces.questionsperson import IQuestionsPerson
27
32
from lp.answers.interfaces.questionsubscription import IQuestionSubscription
28
33
from lp.answers.interfaces.questiontarget import IQuestionTarget
29
 
from lp.services.webservice.apihelpers import (
30
 
    patch_collection_return_type,
31
 
    patch_entry_return_type,
32
 
    patch_reference_property,
33
 
    )
34
34
 
35
35
 
36
36
IQuestionSet.queryTaggedValue(