parts/django/tests/regressiontests/templates/views.py
changeset 307 c6bca38c1cbf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parts/django/tests/regressiontests/templates/views.py	Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,13 @@
+# Fake views for testing url reverse lookup
+
+def index(request):
+    pass
+
+def client(request, id):
+    pass
+
+def client_action(request, id, action):
+    pass
+
+def client2(request, tag):
+    pass