mediagoblin.util.send_email now supports both list() and string() in the 'to_addrs...
authorJoar Wandborg <git@wandborg.com>
Fri, 6 May 2011 22:57:39 +0000 (00:57 +0200)
committerJoar Wandborg <git@wandborg.com>
Fri, 6 May 2011 22:57:39 +0000 (00:57 +0200)
commit85e1bc316ec7010d06e95b35d3496ad3ecf7ef78
treeabea7db256ef1107d0f8906d4298fec2e5ebed24
parent67e63926f929cf7b6665fba00238fec227b5831e
mediagoblin.util.send_email now supports both list() and string() in the 'to_addrs' parameter

Signed-off-by: Joar Wandborg <git@wandborg.com>
mediagoblin/util.py