changeset 43:19d555001292

use our CLI class for the create-autobot too
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 11:26:07 -0800
parents 6981dcad3b2c
children 481f0bb18787
files autobot/template.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()