[zopeorg-checkins] CVS: Products/ZopeOrg-NV/Extensions - setupZopeOrg.py:1.43

Chris McDonough chrism at zope.com
Mon Apr 29 14:12:19 EDT 2002


Update of /cvs-zopeorg/Products/ZopeOrg-NV/Extensions
In directory cvs.zope.org:/tmp/cvs-serv15081/Extensions

Modified Files:
	setupZopeOrg.py 
Log Message:
Fixed incorrect import of RSCatalogTool.py


=== Products/ZopeOrg-NV/Extensions/setupZopeOrg.py 1.42 => 1.43 ===
 from Products.DateIndexes.DateIndex import DateIndex
 from Products.DateIndexes.DateRangeIndex import DateRangeIndex
-from Products.DateIndexes.RSCatalogTool import RSCatalogTool
+from Products.CMFDateIndexes.RSCatalogTool import RSCatalogTool
 
 #
 # List all specially initialized components






More information about the zopeorg-checkins mailing list