From 3e297efad8e6dbb7622cedd68a2457f00dd09080 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 16:42:55 -0800 Subject: Massive retab fest. Also added vim command comment to the end of files. --- public/views.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/views.py') diff --git a/public/views.py b/public/views.py index 2cda74b..9c41ece 100644 --- a/public/views.py +++ b/public/views.py @@ -57,3 +57,6 @@ def robots(request): def denied(request): return render_response(request, 'public/denied.html') + +# vim: set ts=4 sw=4 et: + -- cgit v1.2.3-24-g4f1b