~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/model/sprint.py

  • Committer: Robert Collins
  • Date: 2011-05-22 21:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 13100.
  • Revision ID: robert@canonical.com-20110522211025-n29dt8j30dqr23nz
Bah. My kingdom for a statically checked language.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
        result = list(Store.of(self).find(
310
310
            SprintAttendance,
311
311
            SprintAttendance.sprint == self))
312
 
        people = [a.attendee_id for a in result]
 
312
        people = [a.attendeeID for a in result]
313
313
        # In order to populate the person cache we need to materialize the
314
314
        # result set.  Listification should do.
315
315
        list(getUtility(IPersonSet).getPrecachedPersonsFromIDs(