[Checkins] SVN: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/__init__.py Do nothing when updating, as this recipe only needs to be called once.

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 5 16:57:34 EDT 2008


Log message for revision 86469:
  Do nothing when updating, as this recipe only needs to be called once.

Changed:
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/__init__.py

-=-
Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/__init__.py
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/__init__.py	2008-05-05 20:55:10 UTC (rev 86468)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/__init__.py	2008-05-05 20:57:33 UTC (rev 86469)
@@ -82,4 +82,6 @@
         # will remove all returned files upon reinstall.
         return tuple()
 
-    update = install
+    def update(self):
+        # This recipe only needs to be called once.
+        pass



More information about the Checkins mailing list