~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Add support for IQuestion.canBeUnsubscribedBy plus tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    person = Attribute("The subscriber.")
24
24
    question = Attribute("The question.")
25
25
 
 
26
    def canBeUnsubscribedByUser(user):
 
27
        """Can the user unsubscribe the subscriber from the question?"""