Mercurial > hg > python
changeset 20:b1ec44d254c6
stick with 2.7 for the time being
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 31 Jan 2021 19:35:39 +0000 |
parents | bd1db1ed4c25 |
children | 27d73fcbd781 |
files | mailer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mailer.py Mon Mar 09 17:39:38 2020 +0000 +++ b/mailer.py Sun Jan 31 19:35:39 2021 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2.7 '''Attempt at flexible mailout functionality Usage: mailer.py [-n] [-s] [-C cc string] [-c COLSPEC[,COLSPEC]*] [-B bcc string] [-b COLSPEC[,COLSPEC]*] [-S col[,col]*] [-a COLSPEC[,COLSPEC]*] [-p COLPAT]* [-SA file[,file]*] [-R reply-to] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file