Commit a4d255aa authored by Guillaume Michon's avatar Guillaume Michon

Argument simulation_tool is useless


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3338 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c9773a53
......@@ -32,7 +32,7 @@ class DeliverySolver:
into values of simulation movements / delivery.
"""
def __init__(self, simulation_tool, **kw):
def __init__(self, simulation_tool=None, **kw):
"""
Creates
"""
......
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