Use Message.as_bytes() unconditionally
commit7a7a39e0e52afb842140b6eb33257854a36e5f6c
authorPeter Grayson <pete@jpgrayson.net>
Fri, 6 Mar 2020 23:11:17 +0000 (6 18:11 -0500)
committerPeter Grayson <pete@jpgrayson.net>
Mon, 22 Jun 2020 19:08:24 +0000 (22 15:08 -0400)
treee8c253d1119831eab6c41fabe3feb2e9cb05a046
parenta48e04188586d83f2a2d14f48a187464ef45bbad
Use Message.as_bytes() unconditionally

This method is now available on all supported Python versions.

Signed-off-by: Peter Grayson <pete@jpgrayson.net>
stgit/commands/mail.py