summaryrefslogtreecommitdiffstats
path: root/public/models.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 16:42:55 -0800
committereliott <eliott@cactuswax.net>2007-12-29 16:42:55 -0800
commit3e297efad8e6dbb7622cedd68a2457f00dd09080 (patch)
tree1d66d932fa8e90bfa2c71f92d77a24b823831540 /public/models.py
parentff6d99b054efddb0725b0ddcbc81c58f7c8ce375 (diff)
downloadarchweb-3e297efad8e6dbb7622cedd68a2457f00dd09080.tar.gz
archweb-3e297efad8e6dbb7622cedd68a2457f00dd09080.zip
Massive retab fest.
Also added vim command comment to the end of files.
Diffstat (limited to 'public/models.py')
-rw-r--r--public/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/models.py b/public/models.py
index 883675b6..79afb6f8 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:
+