Commit 5c5f6191 authored by Jérome Perrin's avatar Jérome Perrin

remove unused variables and imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d1c1295e
......@@ -97,10 +97,8 @@ class MovementGeneratorMixin:
# Default implementation bellow can be overriden by subclasses
# however it should be generic enough not to be overriden
# by most classes
# Results will be appended to result, objects created inside folder
from Products.ERP5Type.Document import newTempMovement
# Results will be appended to result
result = []
folder = self._applied_rule
# Build a list of movement and business path
LOG('_getInputMovementList', 0, repr(self._getInputMovementList(movement_list=movement_list,
rounding=rounding)))
......
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