[Erp5-report] r30494 - /erp5/trunk/products/ERP5/interfaces/amount.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Nov 10 21:11:24 CET 2009
Author: jp
Date: Tue Nov 10 21:11:22 2009
New Revision: 30494
URL: http://svn.erp5.org?rev=30494&view=rev
Log:
Added comments to explain that some interfaces are private
Modified:
erp5/trunk/products/ERP5/interfaces/amount.py
Modified: erp5/trunk/products/ERP5/interfaces/amount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/amount.py?rev=30494&r1=30493&r2=30494&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/amount.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/amount.py [utf8] Tue Nov 10 21:11:22 2009
@@ -33,7 +33,7 @@
from zope.interface import Interface
class IAmountCore(Interface):
- """Amount Core interface specification
+ """Amount Core private interface specification
IAmountCore defines the minimal set of getters required
to implement an amount.
@@ -103,7 +103,7 @@
"""
class IAmountConversion(Interface):
- """Amount Conversion interface specification
+ """Amount Conversion private interface specification
IAmountConversion defines methods which can be used
to convert an amount from one quantity unit and to another,
@@ -145,7 +145,7 @@
"""
class IAmountPrice(Interface):
- """Amount Price interface specification
+ """Amount Price private interface specification
IAmountPrice defines methods to compute total price
and unit price of a resource, taking into account
@@ -190,7 +190,7 @@
"""
class IAmountArithmetic(Interface):
- """Amount Arithmetic interface specification
+ """Amount Arithmetic private interface specification
IAmountArithmetic defines methods to add, substract,
multiply or device amounts of resources. No rounding
More information about the Erp5-report
mailing list