[CMF-checkins] CVS: Products/CMFCore - __init__.py:1.37

Tres Seaver tseaver at palladion.com
Tue Jul 12 22:51:00 EDT 2005


Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv20830/CMFCore

Modified Files:
	__init__.py 
Log Message:
 - Fix thinko.


=== Products/CMFCore/__init__.py 1.36 => 1.37 ===
--- Products/CMFCore/__init__.py:1.36	Tue Jul 12 22:41:47 2005
+++ Products/CMFCore/__init__.py	Tue Jul 12 22:51:00 2005
@@ -77,7 +77,7 @@
                       )
 
 _FTI = ( PortalFolder.factory_type_information
-       , CMFBTreeFolder.factory_type_information
+       + CMFBTreeFolder.factory_type_information
        )
 
 



More information about the CMF-checkins mailing list