* Replace some tabs by spaces and put a vim modeline in every python file.
[matthijs/projects/xerxes.git] / tools / notify.py
index 8dca1ba081ae551f70da5ddee9633fefecc436be..74f10837bbb3eaee3e61955c7028a6093f03c29d 100644 (file)
@@ -55,3 +55,4 @@ def notify(recipients, template, context = {}):
         headers    = headers_dict
     )
     msg.send()
+# vim: set sts=4 sw=4 expandtab: