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/sitelogin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/sitelogin.py') diff --git a/lib/sitelogin.py b/lib/sitelogin.py index 3edec7c..5372109 100644 --- a/lib/sitelogin.py +++ b/lib/sitelogin.py @@ -11,3 +11,5 @@ class SiteLogin: else: return HttpResponseRedirect('%s?next=%s' % (self.login_path, request.path)) +# vim: set ts=4 sw=4 et: + -- cgit v1.2.3-24-g4f1b