[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tool.py - added BBB comment

Yvo Schubbe y.2010 at wcm-solutions.de
Tue Jul 27 07:56:56 EDT 2010


Log message for revision 115121:
  - added BBB comment

Changed:
  UU  Products.GenericSetup/trunk/Products/GenericSetup/tool.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2010-07-27 11:55:39 UTC (rev 115120)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2010-07-27 11:56:56 UTC (rev 115121)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """ Classes:  SetupTool
-
-$Id$
 """
 
 import logging
@@ -129,6 +127,7 @@
                 except (ConflictError, KeyboardInterrupt):
                     raise
                 except:
+                    # BBB: for Products.CMFCore < 2.2.3
                     # XXX: ImmutableId raises result of calling MessageDialog
                     pass
 


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
___________________________________________________________________
Deleted: svn:keywords
   - Id



More information about the checkins mailing list