aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/messaging/consumer.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/common/messaging/consumer.py')
-rw-r--r--yardstick/common/messaging/consumer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/common/messaging/consumer.py b/yardstick/common/messaging/consumer.py
index c99d7ed27..7ce9bdaf7 100644
--- a/yardstick/common/messaging/consumer.py
+++ b/yardstick/common/messaging/consumer.py
@@ -30,6 +30,7 @@ class NotificationHandler(object):
"""Abstract class to define a endpoint object for a MessagingConsumer"""
def __init__(self, _id, ctx_ids, queue):
+ super(NotificationHandler, self).__init__()
self._id = _id
self._ctx_ids = ctx_ids
self._queue = queue