diff buttercup/__init__.py @ 32:86c3c0d4d434

drastic rewrite; now use classes == flowers
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 12 Jun 2011 18:22:50 -0700
parents e6e80bf0476f
children
line wrap: on
line diff
--- a/buttercup/__init__.py	Tue May 31 07:39:07 2011 -0700
+++ b/buttercup/__init__.py	Sun Jun 12 18:22:50 2011 -0700
@@ -1,5 +1,4 @@
 from paste.script import templates
-from checkout import sources
 
 var = templates.var
 
@@ -17,9 +16,10 @@
         """
         called before the template is applied
         """
-        src = sources()
-        vars['install_requires'] = '\n'.join([repr(s[0])+','
-                                              for s in src])
+        # XXX broken for now
+        # src = sources()
+        # vars['install_requires'] = '\n'.join([repr(s[0])+','
+        #                                    for s in src])
 
     def post(self, command, output_dir, vars):
         """