From a6bdbdecfbe53924dc8e38768aed1d8037be6143 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 25 Nov 2009 22:12:40 +0000 Subject: LP 484518 : Code Review modifications of Engine --- (limited to 'tutorius/translator.py') diff --git a/tutorius/translator.py b/tutorius/translator.py index 2265ebd..13b3c61 100644 --- a/tutorius/translator.py +++ b/tutorius/translator.py @@ -194,8 +194,8 @@ class ResourceTranslator(object): # Execute the replacement self.translate(new_action) - self._action_installed_cbs[new_action] = save_args(action_installed_cb, action) - self._install_error_cbs[new_action] = save_args(error_cb, action) + self._action_installed_cbs[new_action] = action_installed_cb + self._install_error_cbs[new_action] = error_cb # Send the new action to the probe manager self._probe_manager.install(new_action, save_args(self.action_installed, new_action), -- cgit v0.9.1