summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/google/auth/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/google/auth/stanza.py')
-rw-r--r--slixmpp/plugins/google/auth/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/google/auth/stanza.py b/slixmpp/plugins/google/auth/stanza.py
index c5c693ee..5b1b7862 100644
--- a/slixmpp/plugins/google/auth/stanza.py
+++ b/slixmpp/plugins/google/auth/stanza.py
@@ -13,7 +13,7 @@ class GoogleAuth(ElementBase):
name = 'auth'
namespace = 'http://www.google.com/talk/protocol/auth'
plugin_attrib = 'google'
- interfaces = set(['client_uses_full_bind_result', 'service'])
+ interfaces = {'client_uses_full_bind_result', 'service'}
discovery_attr= '{%s}client-uses-full-bind-result' % namespace
service_attr= '{%s}service' % namespace