From 960a61dc558e4e0d5d04ebecb9b5cd20c3823121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Sun, 1 Oct 2006 14:59:47 +0000 Subject: [PATCH] raise NotImplementedError, not NotImplemented git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10441 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/Invoice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/Invoice.py b/product/ERP5/Document/Invoice.py index 0c7a867aff..67ab6a9140 100644 --- a/product/ERP5/Document/Invoice.py +++ b/product/ERP5/Document/Invoice.py @@ -84,5 +84,5 @@ class Invoice(AccountingTransaction): Permissions.AccessContentsInformation, 'getTotalNetPrice') def getTotalNetPrice(self): """ Returns the total net price for this invoice """ - raise NotImplemented + raise NotImplementedError return self.Invoice_zGetTotalNetPrice() \ No newline at end of file -- 2.30.9