X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tools%2Fnotify.py;h=74f10837bbb3eaee3e61955c7028a6093f03c29d;hb=f1833394374f434a61ab1ab9a551f2bded207182;hp=8dca1ba081ae551f70da5ddee9633fefecc436be;hpb=cf2d36b584d6b5470d27100cd0960e1905ee8e16;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: