* Replace some tabs by spaces and put a vim modeline in every python file.
[matthijs/projects/xerxes.git] / urls.py
diff --git a/urls.py b/urls.py
index 652b7a94da9952462586ef2fca1d5d8cfed21348..c6e6fe18510c95a32f6dab1581762d9ef0183d4a 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -36,3 +36,4 @@ if settings.DEBUG:
         (r'^static/(?P<path>.*)$', 'django.views.static.serve',
         {'document_root': os.path.join(settings.PROJECT_DIR, 'static')}),
     )
+# vim: set sts=4 sw=4 expandtab: