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

This commit is contained in:
Emmanuel Gil Peyrot
2016-10-22 13:20:27 +01:00
parent 1038f656eb
commit c4285961df
38 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ class Capabilities(ElementBase):
namespace = 'http://jabber.org/protocol/caps'
name = 'c'
plugin_attrib = 'caps'
interfaces = set(('hash', 'node', 'ver', 'ext'))
interfaces = {'hash', 'node', 'ver', 'ext'}