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. --- lib/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/utils.py') diff --git a/lib/utils.py b/lib/utils.py index 59df963..0813ac2 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -32,3 +32,5 @@ def render_response(req, *args, **kwargs): kwargs['context_instance'] = RequestContext(req) return render_to_response(*args, **kwargs) +# vim: set ts=4 sw=4 et: + -- cgit v1.2.3-24-g4f1b