~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/question.py

Undo rename. Again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1351
1351
        admins = getUtility(ILaunchpadCelebrities).admin
1352
1352
        if (person == subscribed_by
1353
1353
            or person in subscribed_by.administrated_teams
1354
 
            or subscribed_by.inTeam(self.owner)
1355
1354
            or subscribed_by.inTeam(admins)):
1356
1355
            return True
1357
1356
        return False