aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-26 11:46:08 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-26 11:46:08 +0200
commite87a82bfc46a09b3af2b5e718cedc19c8f1c114c (patch)
tree0c308f2a568b391ac1781fe7faec1d4ad207e64d /okupy/settings
parentMerge pull request #4 from mgorny/code-cleanup-2 (diff)
downloadidentity.gentoo.org-e87a82bfc46a09b3af2b5e718cedc19c8f1c114c.tar.gz
identity.gentoo.org-e87a82bfc46a09b3af2b5e718cedc19c8f1c114c.tar.bz2
identity.gentoo.org-e87a82bfc46a09b3af2b5e718cedc19c8f1c114c.zip
Fix typo in vim modeline.
It obviously was supposed to be 'sw=4', not 'tw=4'.
Diffstat (limited to 'okupy/settings')
-rw-r--r--okupy/settings/__init__.py2
-rw-r--r--okupy/settings/development.py.sample2
-rw-r--r--okupy/settings/local_settings.py.sample2
-rw-r--r--okupy/settings/production.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py
index 7fb6d72..2d913c5 100644
--- a/okupy/settings/__init__.py
+++ b/okupy/settings/__init__.py
@@ -1,4 +1,4 @@
-# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
+# vim:fileencoding=utf8:et:ts=4:sts=4:sw=4:ft=python
# Django settings for okupy project.
diff --git a/okupy/settings/development.py.sample b/okupy/settings/development.py.sample
index 06b7784..5311375 100644
--- a/okupy/settings/development.py.sample
+++ b/okupy/settings/development.py.sample
@@ -1,4 +1,4 @@
-# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
+# vim:fileencoding=utf8:et:ts=4:sts=4:sw=4:ft=python
# Sample settings for development environment
# Rename it to development.py and change accordingly the vars if needed
diff --git a/okupy/settings/local_settings.py.sample b/okupy/settings/local_settings.py.sample
index 8a09685..5d00bc2 100644
--- a/okupy/settings/local_settings.py.sample
+++ b/okupy/settings/local_settings.py.sample
@@ -1,4 +1,4 @@
-# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
+# vim:fileencoding=utf8:et:ts=4:sts=4:sw=4:ft=python
# Sample configuration file for okupy project.
# Rename it to local_settings.py and change accordingly the vars
diff --git a/okupy/settings/production.py b/okupy/settings/production.py
index 1fdc120..09cf204 100644
--- a/okupy/settings/production.py
+++ b/okupy/settings/production.py
@@ -1,4 +1,4 @@
-# vim:fileencoding=utf8:et:ts=4:sts=4:tw=4:ft=python
+# vim:fileencoding=utf8:et:ts=4:sts=4:sw=4:ft=python
# Settings for production environment