Fix buglet in v2 messaging notifier

This commit is contained in:
Mark McLoughlin 2013-06-24 07:30:43 +01:00
parent ec9b36dec2
commit 89e7301e4e

View File

@ -55,4 +55,4 @@ class MessagingV2Driver(MessagingDriver):
"Send notifications using the 2.0 message format."
def __init__(self, conf, **kwargs):
super(MessagingDriver, self).__init__(conf, envelope=True, **kwargs)
super(MessagingV2Driver, self).__init__(conf, envelope=True, **kwargs)