deb-mistral/mistral/engine
Winson Chan 55540e116e Replace copy.copy with copy.deepcopy
The function copy.copy only copies reference and so if the object has dict
or nested dicts, these instances can be modified by code that has reference
to the original dict.

Change-Id: Ib2680f09b5a5d45fd7180e95ab5fedef05664c5b
Closes-Bug: #1503851
2015-10-07 19:55:31 +00:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
action_handler.py Fixing error result in run-action command 2015-07-28 13:15:28 +03:00
base.py Implementing 'start_action' on engine side 2015-06-25 09:47:04 +03:00
default_engine.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
default_executor.py Fixing run action when error occurs 2015-09-23 15:36:24 +03:00
policies.py Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
rpc.py Fixing searching errors in mistral.exceptions 2015-09-22 10:21:43 +03:00
task_handler.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
utils.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
workflow_handler.py Fixing execution-update API 2015-06-04 07:46:12 +03:00