[Erp5-report] r10441 - /erp5/trunk/products/ERP5/Document/Invoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Oct 1 16:59:49 CEST 2006


Author: jerome
Date: Sun Oct  1 16:59:47 2006
New Revision: 10441

URL: http://svn.erp5.org?rev=10441&view=rev
Log:
raise NotImplementedError, not NotImplemented

Modified:
    erp5/trunk/products/ERP5/Document/Invoice.py

Modified: erp5/trunk/products/ERP5/Document/Invoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Invoice.py?rev=10441&r1=10440&r2=10441&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Invoice.py (original)
+++ erp5/trunk/products/ERP5/Document/Invoice.py Sun Oct  1 16:59:47 2006
@@ -84,5 +84,5 @@
         Permissions.AccessContentsInformation, 'getTotalNetPrice')
     def getTotalNetPrice(self):
       """ Returns the total net price for this invoice """
-      raise NotImplemented
+      raise NotImplementedError
       return self.Invoice_zGetTotalNetPrice()




More information about the Erp5-report mailing list