summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0131/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0131/headers.py')
-rw-r--r--slixmpp/plugins/xep_0131/headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0131/headers.py b/slixmpp/plugins/xep_0131/headers.py
index 81fc9188..978c490d 100644
--- a/slixmpp/plugins/xep_0131/headers.py
+++ b/slixmpp/plugins/xep_0131/headers.py
@@ -17,7 +17,7 @@ class XEP_0131(BasePlugin):
name = 'xep_0131'
description = 'XEP-0131: Stanza Headers and Internet Metadata'
- dependencies = set(['xep_0030'])
+ dependencies = {'xep_0030'}
stanza = stanza
default_config = {
'supported_headers': set()