# HG changeset patch # User Jeff Hammel # Date 1294687567 28800 # Node ID 19d5550012927ffdb4b5ccba4ffd2dbf5195a826 # Parent 6981dcad3b2c97f6ab480d7f341d147142b3f2aa use our CLI class for the create-autobot too diff -r 6981dcad3b2c -r 19d555001292 autobot/template.py --- a/autobot/template.py Mon Jan 10 11:24:19 2011 -0800 +++ b/autobot/template.py Mon Jan 10 11:26:07 2011 -0800 @@ -138,7 +138,7 @@ template.substitute() def create_autobot(args=sys.argv[1:]): - cli = MakeItSoCLI(AutobotTemplate) + cli = AutobotMasterCLI(AutobotTemplate) template = cli.parse() template.substitute()