app/ranklist/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 10 Aug 2009 15:28:42 -0700
changeset 2744 6f5e303f64b5
parent 1597 e7b7ea113a3b
permissions -rw-r--r--
Removed the grade_choices keyword argument from GradeSurveyTakeForm. This is because this class already assumes very specific things about the grade_choices keyword argument. Therefore it is now a constant inside this class.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1597
e7b7ea113a3b Add google-app-engine-ranklist project to ranklist folder in app.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
__all__ = ["common", "ranker"]