~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/scopes.py

  • Committer: mbp at canonical
  • Date: 2011-12-08 02:44:36 UTC
  • mto: This revision was merged to the branch mainline in revision 14510.
  • Revision ID: mbp@canonical.com-20111208024436-nuineeth8mqf2bsp
rmĀ unusedĀ attribute

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
 
117
117
    def __init__(self, get_person):
118
118
        self._get_person = get_person
119
 
        self._person = None
120
119
 
121
120
    @cachedproperty
122
121
    def person(self):