thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Mario Ferraro <fadinlight@gmail.com>
Sat, 09 May 2009 01:36:22 +0200
changeset 2301 fd14daa4b45a
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixes Issue 625 where the Duplicate calculation would hang if no assigned slots where available. Reviewed by: Lennard de Rijk

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass