[telepathy-gabble/master] remove redundant argument in elem_iq call
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue May 5 10:24:39 PDT 2009
---
tests/twisted/bytestream.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/bytestream.py b/tests/twisted/bytestream.py
index f42d1ed..78ee754 100644
--- a/tests/twisted/bytestream.py
+++ b/tests/twisted/bytestream.py
@@ -694,7 +694,7 @@ class BytestreamIBBIQ(BytestreamIBB):
def _send(self, from_, to, data):
id = random.randint(0, sys.maxint)
- iq = elem_iq(self.stream, 'set', to=to, from_=from_, to=to, id=str(id))(
+ iq = elem_iq(self.stream, 'set', from_=from_, to=to, id=str(id))(
elem('data', xmlns=ns.IBB, sid=self.stream_id, seq=str(self.seq))(
(unicode(base64.b64encode(data)))))
--
1.5.6.5
More information about the telepathy-commits
mailing list