summaryrefslogtreecommitdiff
path: root/slixmpp/features/feature_mechanisms/stanza/success.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/features/feature_mechanisms/stanza/success.py')
-rw-r--r--slixmpp/features/feature_mechanisms/stanza/success.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/features/feature_mechanisms/stanza/success.py b/slixmpp/features/feature_mechanisms/stanza/success.py
index f7cde0f8..70be1780 100644
--- a/slixmpp/features/feature_mechanisms/stanza/success.py
+++ b/slixmpp/features/feature_mechanisms/stanza/success.py
@@ -18,7 +18,7 @@ class Success(StanzaBase):
name = 'success'
namespace = 'urn:ietf:params:xml:ns:xmpp-sasl'
- interfaces = set(['value'])
+ interfaces = {'value'}
plugin_attrib = name
def setup(self, xml):