[Checkins] SVN: zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py Renamed class name to follow a common pattern.

Jim Fulton jim at zope.com
Wed Jun 28 19:14:44 EDT 2006


Log message for revision 68898:
  Renamed class name to follow a common pattern.
  

Changed:
  U   zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py

-=-
Modified: zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py
===================================================================
--- zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py	2006-06-28 23:14:41 UTC (rev 68897)
+++ zc.recipe.zope3checkout/trunk/src/zc/recipe/zope3checkout/__init__.py	2006-06-28 23:14:43 UTC (rev 68898)
@@ -1,6 +1,6 @@
 import os, re
 
-class Zope3Checkout:
+class Recipe:
 
     def __init__(self, buildout, name, options):
         self.buildout = buildout



More information about the Checkins mailing list