[Erp5-report] r44342 leonardo - /erp5/trunk/products/ERP5/Document/UnifySolver.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 16 14:13:39 CET 2011


Author: leonardo
Date: Wed Mar 16 14:13:38 2011
New Revision: 44342

URL: http://svn.erp5.org?rev=44342&view=rev
Log:
useless line. configuration_dict is already defined identically

Modified:
    erp5/trunk/products/ERP5/Document/UnifySolver.py

Modified: erp5/trunk/products/ERP5/Document/UnifySolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/UnifySolver.py?rev=44342&r1=44341&r2=44342&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/UnifySolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/UnifySolver.py [utf8] Wed Mar 16 14:13:38 2011
@@ -75,7 +75,6 @@ class UnifySolver(AcceptSolver):
       if activate_kw is not None:
         movement.setDefaultActivateParameters(
           activate_kw=activate_kw, **activate_kw)
-      configuration_dict = self.getConfigurationPropertyDict()
       new_value = configuration_dict.get('value')
       movement.setProperty(solved_property, new_value)
       for simulation_movement in simulation_movement_list:



More information about the Erp5-report mailing list