thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author David Anderson <david.jc.anderson@gmail.com>
Fri, 13 Mar 2009 18:22:01 +0000
changeset 1835 3f30b7b14c57
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix indentation to match Melange/Google style.

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass