summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0071/xhtml_im.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0071/xhtml_im.py')
-rw-r--r--slixmpp/plugins/xep_0071/xhtml_im.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0071/xhtml_im.py b/slixmpp/plugins/xep_0071/xhtml_im.py
index 0b412126..ff4cf591 100644
--- a/slixmpp/plugins/xep_0071/xhtml_im.py
+++ b/slixmpp/plugins/xep_0071/xhtml_im.py
@@ -17,7 +17,7 @@ class XEP_0071(BasePlugin):
name = 'xep_0071'
description = 'XEP-0071: XHTML-IM'
- dependencies = set(['xep_0030'])
+ dependencies = {'xep_0030'}
stanza = stanza
def plugin_init(self):