Fixed a typo in stats.py
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 03 Apr 2009 04:54:10 +0000
changeset 2063 319d9f05955a
parent 2062 9c739b37c367
child 2064 031406b4789d
Fixed a typo in stats.py Patch by: Sverre Rabbelier
scripts/stats.py
--- a/scripts/stats.py	Thu Apr 02 23:06:52 2009 +0000
+++ b/scripts/stats.py	Fri Apr 03 04:54:10 2009 +0000
@@ -202,7 +202,7 @@
       'getUsers': getEntities(User),
       'getStudents': getEntities(Student),
       'getMentors': getEntities(Mentor),
-      'getOrgAdmins': getEntities(OrgAdmins),
+      'getOrgAdmins': getEntities(OrgAdmin),
       'getProps': getProps,
       'countStudentsWithProposals': countStudentsWithProposals,
   }