summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0313/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/xep_0313/stanza.py')
-rw-r--r--sleekxmpp/plugins/xep_0313/stanza.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sleekxmpp/plugins/xep_0313/stanza.py b/sleekxmpp/plugins/xep_0313/stanza.py
index 6552dc5a..a33c2e35 100644
--- a/sleekxmpp/plugins/xep_0313/stanza.py
+++ b/sleekxmpp/plugins/xep_0313/stanza.py
@@ -22,7 +22,6 @@ class MAM(ElementBase):
def setup(self, xml=None):
ElementBase.setup(self, xml)
-
self._results = []
def get_start(self):
@@ -49,7 +48,6 @@ class MAM(ElementBase):
def set_with(self, value):
self._set_sub_text('with', str(value))
-
# The results interface is meant only as an easy
# way to access the set of collected message responses
# from the query.