[Erp5-report] r28371 - /erp5/trunk/products/ERP5/interfaces/document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Aug 13 18:26:04 CEST 2009
Author: kazuhiko
Date: Thu Aug 13 18:26:04 2009
New Revision: 28371
URL: http://svn.erp5.org?rev=28371&view=rev
Log:
remove updateConversionCache() that does just make a needless access to cache plugins (should be part of r28370).
Modified:
erp5/trunk/products/ERP5/interfaces/document.py
Modified: erp5/trunk/products/ERP5/interfaces/document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/document.py?rev=28371&r1=28370&r2=28371&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/document.py [utf8] Thu Aug 13 18:26:04 2009
@@ -235,10 +235,6 @@
needed here to overwrite class attribute with instance attrs
"""
- def updateConversionCache():
- """Initialise Caches
- """
-
def hasConversion(**kw):
"""Return a boolean if conversion is cached
"""
@@ -265,4 +261,4 @@
def isSupportBaseDataConversion():
"""This is a public interface to check a document that is support conversion
to base format and can be overridden in subclasses.
- """
+ """
More information about the Erp5-report
mailing list