[Checkins] SVN: zc.zope3recipes/dev/zc/zope3recipes/recipes.py Always install as there is a chance of getting new eggs.

Jim Fulton jim at zope.com
Thu Jan 11 15:53:22 EST 2007


Log message for revision 71935:
  Always install as there is a chance of getting new eggs.
  

Changed:
  U   zc.zope3recipes/dev/zc/zope3recipes/recipes.py

-=-
Modified: zc.zope3recipes/dev/zc/zope3recipes/recipes.py
===================================================================
--- zc.zope3recipes/dev/zc/zope3recipes/recipes.py	2007-01-11 20:43:33 UTC (rev 71934)
+++ zc.zope3recipes/dev/zc/zope3recipes/recipes.py	2007-01-11 20:53:21 UTC (rev 71935)
@@ -287,10 +287,8 @@
             raise
 
 
-    def update(self):
-        pass
+    update = install
 
-
 def access_log(path):
     return ZConfigSection(
         'accesslog', '',



More information about the Checkins mailing list