[Erp5-report] r29803 - /erp5/trunk/products/ERP5/interfaces/watermarkable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 19 16:21:09 CEST 2009


Author: kazuhiko
Date: Mon Oct 19 16:21:08 2009
New Revision: 29803

URL: http://svn.erp5.org?rev=29803&view=rev
Log:
using a concrete attribute like this will raise an exception.

Modified:
    erp5/trunk/products/ERP5/interfaces/watermarkable.py

Modified: erp5/trunk/products/ERP5/interfaces/watermarkable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/watermarkable.py?rev=29803&r1=29802&r2=29803&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/watermarkable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/watermarkable.py [utf8] Mon Oct 19 16:21:08 2009
@@ -38,7 +38,8 @@
   """
 
   # Declarative interface classification
-  _subject_list = ('DMS', )
+  # XXX using a concrete attribute like this will raise an exception.
+  # _subject_list = ('DMS', )
 
   def getWatermarkedData(**kw):
     """




More information about the Erp5-report mailing list