From f4683546d942f8e7ce3e31d40a8c51a1b73ebda5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 22 Oct 2016 13:35:54 +0100 Subject: =?UTF-8?q?Manual=20cleanup=20of=20the=20remaining=20set([?= =?UTF-8?q?=E2=80=A6])=20and=20set((=E2=80=A6)).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slixmpp/stanza/atom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'slixmpp/stanza/atom.py') diff --git a/slixmpp/stanza/atom.py b/slixmpp/stanza/atom.py index c7192dd8..8dde00de 100644 --- a/slixmpp/stanza/atom.py +++ b/slixmpp/stanza/atom.py @@ -22,8 +22,7 @@ class AtomEntry(ElementBase): name = 'entry' plugin_attrib = 'entry' interfaces = {'title', 'summary', 'id', 'published', 'updated'} - sub_interfaces = set(('title', 'summary', 'id', 'published', - 'updated')) + sub_interfaces = {'title', 'summary', 'id', 'published', 'updated'} class AtomAuthor(ElementBase): -- cgit v1.2.3