summaryrefslogtreecommitdiffstats
path: root/dcae-policy/tests/log_ctx.py
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-policy/tests/log_ctx.py')
-rw-r--r--dcae-policy/tests/log_ctx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dcae-policy/tests/log_ctx.py b/dcae-policy/tests/log_ctx.py
index 0d82687..7685893 100644
--- a/dcae-policy/tests/log_ctx.py
+++ b/dcae-policy/tests/log_ctx.py
@@ -25,6 +25,7 @@ from functools import wraps
from cloudify import ctx
from cloudify.context import NODE_INSTANCE, RELATIONSHIP_INSTANCE
+
class CtxLogger(object):
"""static class for logging cloudify context ctx"""
@staticmethod