diff -r e4cb9c53db3e -r 1885cda38bb7 scripts/stats.py --- a/scripts/stats.py Fri Apr 24 14:16:00 2009 +0000 +++ b/scripts/stats.py Fri Apr 24 22:34:31 2009 +0000 @@ -392,6 +392,7 @@ 'getStudents': getEntities(Student), 'getMentors': getEntities(Mentor), 'getOrgAdmins': getEntities(OrgAdmin), + 'getStudentProjects': getEntities(StudentProject), 'getProps': getProps, 'countStudentsWithProposals': countStudentsWithProposals, 'convertProposals': convertProposals,