[Zope-CVS] CVS: Products/FileCacheManager - FileCacheManager.py:1.10
Jens Vagelpohl
jens at dataflake.org
Fri Aug 13 15:55:54 EDT 2004
Update of /cvs-repository/Products/FileCacheManager
In directory cvs.zope.org:/tmp/cvs-serv23371
Modified Files:
FileCacheManager.py
Log Message:
- typo
=== Products/FileCacheManager/FileCacheManager.py 1.9 => 1.10 ===
--- Products/FileCacheManager/FileCacheManager.py:1.9 Fri Aug 13 14:41:51 2004
+++ Products/FileCacheManager/FileCacheManager.py Fri Aug 13 15:55:54 2004
@@ -63,7 +63,7 @@
self._makeDirs()
def ZCache_invalidate(self, ob):
- """ Invalidates cache entries that apply to ob """
+ """ Invalidate cache entries that apply to ob """
# XXX ADD LOCKS HERE
fname = self._fileName(ob)
More information about the Zope-CVS
mailing list