summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0302.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0302.py')
-rw-r--r--slixmpp/plugins/xep_0302.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/slixmpp/plugins/xep_0302.py b/slixmpp/plugins/xep_0302.py
index 6092b3e3..ff56e63e 100644
--- a/slixmpp/plugins/xep_0302.py
+++ b/slixmpp/plugins/xep_0302.py
@@ -13,9 +13,9 @@ class XEP_0302(BasePlugin):
name = 'xep_0302'
description = 'XEP-0302: XMPP Compliance Suites 2012'
- dependencies = set(['xep_0030', 'xep_0115', 'xep_0054',
- 'xep_0163', 'xep_0045', 'xep_0085',
- 'xep_0184', 'xep_0198'])
+ dependencies = {'xep_0030', 'xep_0115', 'xep_0054',
+ 'xep_0163', 'xep_0045', 'xep_0085',
+ 'xep_0184', 'xep_0198'}
register_plugin(XEP_0302)