Commit fcc452b6 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Renamed interface

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 210462bf
......@@ -32,12 +32,12 @@ Products.ERP5.interfaces.builder
from zope.interface import Interface
class ISimulatedDeliveryBuilder(Interface):
class IGeneratedSimulatedDeliveryBuilder(Interface):
"""
"""
def build(business_link=None, explanation=None,
input_movement_list=None, existing_delivery_list=None):
def build(input_movement_list=None, existing_delivery_list=None,
business_link=None, explanation=None,):
"""
business_link --
......
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