diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 16:42:55 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 16:42:55 -0800 |
commit | 3e297efad8e6dbb7622cedd68a2457f00dd09080 (patch) | |
tree | 1d66d932fa8e90bfa2c71f92d77a24b823831540 /settings.py | |
parent | ff6d99b054efddb0725b0ddcbc81c58f7c8ce375 (diff) |
Massive retab fest.
Also added vim command comment to the end of files.
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 1c858ea0..4f50cd3a 100644 --- a/settings.py +++ b/settings.py @@ -91,3 +91,5 @@ INSTALLED_APPS = ( 'archweb_dev.wiki' ) +# vim: set ts=4 sw=4 et: + |