* Replace some tabs by spaces and put a vim modeline in every python file.
[matthijs/projects/xerxes.git] / tools / context_processors.py
index b0d028241f7224f7692a5f4b2dd0cafd6d3b0b14..fd3c57a103c360d4412d4f800530e46809f74b8d 100644 (file)
@@ -10,3 +10,4 @@ def static(request):
 
     """
     return {'STATIC_URL_PREFIX': settings.STATIC_URL_PREFIX}
+# vim: set sts=4 sw=4 expandtab: