Mercurial > treepkg
changeset 100:aea6b97e7c68
Remove unused option base_url
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 19 Feb 2008 20:11:35 +0000 |
parents | 7888fe374e11 |
children | fb5332a286cf |
files | bin/sendnotificationmails.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/sendnotificationmails.py Tue Feb 19 19:19:23 2008 +0000 +++ b/bin/sendnotificationmails.py Tue Feb 19 20:11:35 2008 +0000 @@ -21,7 +21,7 @@ from treepkg.cmdexpand import cmdexpand notification_desc = ["build_user", "build_host", "build_listpending", - "notification_template", "base_url", + "notification_template", "smtp_host", ("smtp_port", int), ]