summaryrefslogtreecommitdiff
path: root/examples/pubsub_events.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pubsub_events.py')
-rwxr-xr-xexamples/pubsub_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pubsub_events.py b/examples/pubsub_events.py
index 369d7114..e2fdc9cf 100755
--- a/examples/pubsub_events.py
+++ b/examples/pubsub_events.py
@@ -14,7 +14,7 @@ from slixmpp.xmlstream.handler import Callback
class PubsubEvents(slixmpp.ClientXMPP):
def __init__(self, jid, password):
- super(PubsubEvents, self).__init__(jid, password)
+ super().__init__(jid, password)
self.register_plugin('xep_0030')
self.register_plugin('xep_0059')