Fix mail.py to be backward compatible with python 2.4. In python 2.4 the "x if y...
commit42a690c4e2af19cee8e8a7cefd1f09b5cfa906da
authorNicolas Sylvain <nsylvain@google.com>
Fri, 19 Jun 2009 23:07:57 +0000 (19 16:07 -0700)
committerNicolas Sylvain <nsylvain@google.com>
Fri, 19 Jun 2009 23:07:57 +0000 (19 16:07 -0700)
treeb7eedfcc959bee78fa4c82504ce882b8b29807ca
parent6b184718ee9576c0577c4fd9fb8dda7a2edf8754
Fix mail.py to be backward compatible with python 2.4. In python 2.4 the "x if y else z" syntax is not supported.
buildbot/status/mail.py