thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 04 Jun 2009 22:02:14 +0200
changeset 2388 eb1a6abdb056
parent 109 620f9b141567
permissions -rwxr-xr-x
Small indentation fix.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass