summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0332/stanza/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0332/stanza/response.py')
-rw-r--r--slixmpp/plugins/xep_0332/stanza/response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0332/stanza/response.py b/slixmpp/plugins/xep_0332/stanza/response.py
index a0b8fe34..8f58f0c2 100644
--- a/slixmpp/plugins/xep_0332/stanza/response.py
+++ b/slixmpp/plugins/xep_0332/stanza/response.py
@@ -46,7 +46,7 @@ class HTTPResponse(ElementBase):
name = 'response'
namespace = 'urn:xmpp:http'
- interfaces = set(['code', 'message', 'version'])
+ interfaces = {'code', 'message', 'version'}
plugin_attrib = 'http-resp'
def get_code(self):