Reviewers: ,


Please review this at http://codereview.tryton.org/47006/

Affected files:
  M move.py


Index: move.py
===================================================================

--- a/move.py
+++ b/move.py
@@ -2,6 +2,7 @@
 #this repository contains the full copyright notices and license terms.
 from __future__ import with_statement
 from decimal import Decimal
+from functools import reduce
 from trytond.model import ModelView, ModelSQL, fields, OPERATORS
 from trytond.backend import TableHandler
 from trytond.pyson import In, Eval, Not, Equal, If, Get, Bool



--
[email protected] mailing list

Reply via email to