app/ranklist/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 31 Mar 2009 19:25:43 +0000
changeset 2044 3aa6123be2a7
parent 1597 e7b7ea113a3b
permissions -rw-r--r--
Now using GET request for getting the data. This will prevent a 411 error from occurring on a live website. Also the URL does not need the timestamp since it already is added automatically. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
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"]