thirdparty/google_appengine/lib/django/tests/regressiontests/markup/models.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 14 Mar 2009 19:46:20 +0000
changeset 1855 8c76c32a2392
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed a very obvious bug in slots() The bug was not visible due to the allocator always returning an empty dictionary. Patch by: Sverre Rabbelier