thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 05 Dec 2008 22:25:08 +0000
changeset 665 ce9f11f7c4cf
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix import sorting in soc.views.sitemap.build module. Patch by: Pawel Solyga

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass