SVN: CMF/branches/2.1/CMFCore/PortalObject.py Lets keep this bit of BBB around for a bit longer; removing it just before release is not something I want to do

Wichert Akkerman <[email protected]> Tue, 7 Aug 2007 05:24:27 -0400 (EDT)
Newsgroups gmane.comp.web.zope.cmf.cvs
Message-ID <20070807092427.ADAD0203B63__19903.0039286756$1186478675$gmane$org@mail.zope.org>
Log message for revision 78656:
  Lets keep this bit of BBB around for a bit longer; removing it just before release is not something I want to do

Changed:
  U   CMF/branches/2.1/CMFCore/PortalObject.py

-=-
Modified: CMF/branches/2.1/CMFCore/PortalObject.py
===================================================================
--- CMF/branches/2.1/CMFCore/PortalObject.py	2007-08-07 08:57:59 UTC (rev 78655)
+++ CMF/branches/2.1/CMFCore/PortalObject.py	2007-08-07 09:24:27 UTC (rev 78656)
@@ -72,7 +72,7 @@
         elif self._components.utilities.LookupClass \
                 != FiveVerifyingAdapterLookup:
             # BBB: for CMF 2.1 beta instances
-            # XXX: should be removed again after the CMF 2.1 beta2 release
+            # XXX: should be removed again after the CMF 2.1 release
             self._components.utilities.LookupClass \
                     = FiveVerifyingAdapterLookup
             self._components.utilities._createLookup()