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/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/models.py') diff --git a/public/models.py b/public/models.py index 883675b..79afb6f 100644 --- a/public/models.py +++ b/public/models.py @@ -48,3 +48,5 @@ class UserProfile(models.Model): verbose_name = 'Additional Profile Data' verbose_name_plural = 'Additional Profile Data' +# vim: set ts=4 sw=4 et: + -- cgit v1.2.3-24-g4f1b