summaryrefslogtreecommitdiffstats
path: root/lib/utils.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-30 01:42:55 +0100
committereliott <eliott@cactuswax.net>2007-12-30 01:42:55 +0100
commit3e297efad8e6dbb7622cedd68a2457f00dd09080 (patch)
tree1d66d932fa8e90bfa2c71f92d77a24b823831540 /lib/utils.py
parentff6d99b054efddb0725b0ddcbc81c58f7c8ce375 (diff)
downloadarchweb-3e297efad8e6dbb7622cedd68a2457f00dd09080.tar.gz
archweb-3e297efad8e6dbb7622cedd68a2457f00dd09080.tar.xz
Massive retab fest.
Also added vim command comment to the end of files.
Diffstat (limited to 'lib/utils.py')
-rw-r--r--lib/utils.py2
1 files changed, 2 insertions, 0 deletions
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:
+