diff autobot/template.py @ 155:5e1b450341a2

stub adding talos test
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 25 Jan 2011 16:17:29 -0800
parents b10d16cdc22b
children 6b0587a217d3
line wrap: on
line diff
--- a/autobot/template.py	Tue Jan 25 10:30:49 2011 -0800
+++ b/autobot/template.py	Tue Jan 25 16:17:29 2011 -0800
@@ -109,7 +109,7 @@
     """
     name = 'autobot-project'
     templates = [os.path.join('projects', 'project.template')]
-    vars = [Variable('description'),
+    vars = [Variable('description', 'description of the project'),
             Variable('repo', 'repository location of the project')]
 
 # CLI front end class