[Erp5-report] r41701 nicolas - /erp5/trunk/products/ERP5/mixin/downloadable.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Dec 23 11:54:32 CET 2010
Author: nicolas
Date: Thu Dec 23 11:54:32 2010
New Revision: 41701
URL: http://svn.erp5.org?rev=41701&view=rev
Log:
delete unused code
Modified:
erp5/trunk/products/ERP5/mixin/downloadable.py
Modified: erp5/trunk/products/ERP5/mixin/downloadable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/downloadable.py?rev=41701&r1=41700&r2=41701&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/downloadable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/downloadable.py [utf8] Thu Dec 23 11:54:32 2010
@@ -130,9 +130,6 @@ class DownloadableMixin:
warnings.warn('getStandardFileName() is deprecated. '
'use getStandardFilename() instead.')
return self.getStandardFilename(format=format)
- method = self._getTypeBasedMethod('getStandardFilename',
- fallback_script_id='Document_getStandardFilename')
- return method(format=format)
def manage_FTPget(self):
"""Return body for ftp. and WebDAV
More information about the Erp5-report
mailing list