[Zope-Checkins] CVS: Zope/lib/python/OFS - Application.py:1.194

Fred Drake cvs-admin at zope.org
Wed Nov 5 00:54:13 EST 2003


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv26131/OFS

Modified Files:
	Application.py 
Log Message:
CacheManager.initialize_cache() is no longer needed, so remove it.


=== Zope/lib/python/OFS/Application.py 1.193 => 1.194 ===
--- Zope/lib/python/OFS/Application.py:1.193	Sun Jul 20 12:16:07 2003
+++ Zope/lib/python/OFS/Application.py	Wed Nov  5 00:54:12 2003
@@ -269,9 +269,6 @@
         get_transaction().note('Added Control_Panel')
         get_transaction().commit()
 
-    # Initialize the cache:
-    app.Control_Panel.initialize_cache()
-
     # b/c: Ensure that a ProductFolder exists.
     if not hasattr(aq_base(app.Control_Panel), 'Products'):
         app.Control_Panel.Products=App.Product.ProductFolder()




More information about the Zope-Checkins mailing list