Mercurial > hg > autobot
changeset 8:6cba2df39955
time to substitute!
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 Jan 2011 17:57:50 -0800 |
parents | 54df3ee47ca2 |
children | c06441767a2a |
files | autobot/template/template.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/template/template.py Thu Jan 06 16:30:58 2011 -0800 +++ b/autobot/template/template.py Thu Jan 06 17:57:50 2011 -0800 @@ -30,6 +30,7 @@ def main(args=sys.argv[1:]): cli = MakeItSoCLI(AutobotMasterTemplate) template = cli.parse() + template.substitute() if __name__ == '__main__': main()