Commit 891dba9c authored by Jean-Paul Smets's avatar Jean-Paul Smets

renames without aggregated prefix since the concept is more genera

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30517 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3bd82f7
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
from zope.schema.interfaces import ISequence from zope.schema.interfaces import ISequence
class IAggregatedAmountList(ISequence): class IAmountList(ISequence):
"""Aggregated amount list interface specification """Amount list interface specification
A sequence of objects implementing IAmount interface. A sequence of objects implementing IAmount interface.
""" """
......
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
# #
############################################################################## ##############################################################################
from Products.ERP5.interfaces.aggregated_amount_list import IAggregatedAmountList from Products.ERP5.interfaces.amount_list import IAmountList
class IAggregatedMovementList(IAggregatedAmountList): class IMovementList(IAmountList):
"""Aggregated movement list interface specification """Movement list interface specification
A sequence of objects implementing IMovement interface. A sequence of objects implementing IMovement interface.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment