From 7c3e61950d902441dfb86de0cdebbc4ff38033a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 21 Sep 2014 18:51:06 +0200 Subject: Remove all deprecated alias in the core of slixmpp, and wherever they were used. --- slixmpp/stanza/iq.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'slixmpp/stanza/iq.py') diff --git a/slixmpp/stanza/iq.py b/slixmpp/stanza/iq.py index d247fc0e..e2b3c1f9 100644 --- a/slixmpp/stanza/iq.py +++ b/slixmpp/stanza/iq.py @@ -246,11 +246,3 @@ class Iq(RootStanza): else: StanzaBase._set_stanza_values(self, values) return self - - -# To comply with PEP8, method names now use underscores. -# Deprecated method names are re-mapped for backwards compatibility. -Iq.setPayload = Iq.set_payload -Iq.getQuery = Iq.get_query -Iq.setQuery = Iq.set_query -Iq.delQuery = Iq.del_query -- cgit v1.2.3