467
471
def subscription(person):
468
472
"""Return the subscription for this person to this spec, or None."""
475
person=Reference(IPerson, title=_('Person'), required=True),
471
482
"""Subscribe this person to the feature specification."""
474
490
"""Remove the person's subscription to this spec."""
476
492
def getSubscriptionByName(name):