Mercurial > treepkg
comparison bin/sendnotificationmails.py @ 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 | df3065e4c76b |
comparison
equal
deleted
inserted
replaced
99:7888fe374e11 | 100:aea6b97e7c68 |
---|---|
19 from treepkg.readconfig import read_config_section | 19 from treepkg.readconfig import read_config_section |
20 from treepkg.run import capture_output | 20 from treepkg.run import capture_output |
21 from treepkg.cmdexpand import cmdexpand | 21 from treepkg.cmdexpand import cmdexpand |
22 | 22 |
23 notification_desc = ["build_user", "build_host", "build_listpending", | 23 notification_desc = ["build_user", "build_host", "build_listpending", |
24 "notification_template", "base_url", | 24 "notification_template", |
25 "smtp_host", ("smtp_port", int), | 25 "smtp_host", ("smtp_port", int), |
26 ] | 26 ] |
27 | 27 |
28 def read_config(filename): | 28 def read_config(filename): |
29 parser = SafeConfigParser() | 29 parser = SafeConfigParser() |