sed -i 's/set((\(.*\),))$/{\1}/g' **/*.py

This commit is contained in:
Emmanuel Gil Peyrot
2016-10-22 13:20:10 +01:00
parent 3c7236fe73
commit 1038f656eb
20 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class DiscoInfo(ElementBase):
namespace = 'http://jabber.org/protocol/disco#info'
plugin_attrib = 'disco_info'
interfaces = set(('node', 'features', 'identities'))
lang_interfaces = set(('identities',))
lang_interfaces = {'identities'}
# Cache identities and features
_identities = set()