summaryrefslogtreecommitdiff
path: root/upstream/tools/xmlGenerator/PfwBaseTranslator.py
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/tools/xmlGenerator/PfwBaseTranslator.py')
-rw-r--r--upstream/tools/xmlGenerator/PfwBaseTranslator.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/tools/xmlGenerator/PfwBaseTranslator.py b/upstream/tools/xmlGenerator/PfwBaseTranslator.py
index 0d08565..b99eb88 100644
--- a/upstream/tools/xmlGenerator/PfwBaseTranslator.py
+++ b/upstream/tools/xmlGenerator/PfwBaseTranslator.py
@@ -53,10 +53,10 @@ class PfwBaseTranslator(object):
def _getContext(self):
return {
- 'domain': self._ctx_domain,
- 'configuration': self._ctx_configuration,
- 'sequence_aware': self._ctx_sequence_aware,
- 'command': self._ctx_command}
+ 'domain': self._ctx_domain,
+ 'configuration': self._ctx_configuration,
+ 'sequence_aware': self._ctx_sequence_aware,
+ 'command': self._ctx_command}
def _check(self, func):
"""Check and handles exceptions