scripts/stats.py
changeset 2089 b8a9691da6e7
parent 2079 086c60aad3d8
child 2090 a07ff1e1bd1f
--- a/scripts/stats.py	Sun Apr 05 22:51:54 2009 +0000
+++ b/scripts/stats.py	Sun Apr 05 23:39:25 2009 +0000
@@ -215,6 +215,11 @@
       'getOrgAdmins': getEntities(OrgAdmin),
       'getProps': getProps,
       'countStudentsWithProposals': countStudentsWithProposals,
+      'Organization': Organization,
+      'User': User,
+      'Student': Student,
+      'Mentor': Mentor,
+      'OrgAdmin': OrgAdmin,
   }
 
   interactive.remote(args, context)