X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tools%2Fnotify.py;h=74f10837bbb3eaee3e61955c7028a6093f03c29d;hb=6e1daff6b9d4aaf18b4fb67494888a9eb5b47be7;hp=8dca1ba081ae551f70da5ddee9633fefecc436be;hpb=13b3711fe468e074a38f47fcdc4b9a18ac993650;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/tools/notify.py b/tools/notify.py index 8dca1ba..74f1083 100644 --- a/tools/notify.py +++ b/tools/notify.py @@ -55,3 +55,4 @@ def notify(recipients, template, context = {}): headers = headers_dict ) msg.send() +# vim: set sts=4 sw=4 expandtab: