[Zope-Checkins] CVS: Zope/lib/python/OFS - Application.py:1.191.2.2
Fred Drake
cvs-admin at zope.org
Wed Nov 5 00:29:19 EST 2003
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv22316/OFS
Modified Files:
Tag: Zope-2_7-branch
Application.py
Log Message:
CacheManager.initialize_cache() is no longer needed, so remove it.
=== Zope/lib/python/OFS/Application.py 1.191.2.1 => 1.191.2.2 ===
--- Zope/lib/python/OFS/Application.py:1.191.2.1 Mon Jul 21 12:35:34 2003
+++ Zope/lib/python/OFS/Application.py Wed Nov 5 00:29:18 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