From dcacc7d7d50d3f720cb14f1382c6d4f5a13664a4 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 22 Oct 2016 13:21:06 +0100 Subject: sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.py --- slixmpp/plugins/xep_0080/geoloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0080/geoloc.py') diff --git a/slixmpp/plugins/xep_0080/geoloc.py b/slixmpp/plugins/xep_0080/geoloc.py index c9d97edb..459d8a91 100644 --- a/slixmpp/plugins/xep_0080/geoloc.py +++ b/slixmpp/plugins/xep_0080/geoloc.py @@ -25,7 +25,7 @@ class XEP_0080(BasePlugin): name = 'xep_0080' description = 'XEP-0080: User Location' - dependencies = set(['xep_0163']) + dependencies = {'xep_0163'} stanza = stanza def plugin_end(self): -- cgit v1.2.3