changeset d57f00841330 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=d57f00841330
description: coding standards
diffstat:
src/common/jingle_ft.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r 8c3e77b63eef -r d57f00841330 src/common/jingle_ft.py
--- a/src/common/jingle_ft.py Tue Jan 24 07:28:40 2012 +0100
+++ b/src/common/jingle_ft.py Tue Jan 24 10:04:14 2012 -0500
@@ -122,9 +122,9 @@
except:
return
h = xmpp.Hashes()
- hash = h.calculateHash(self.session.hash_algo, file)
- self.file_props['hash'] = hash
- h.addHash(hash, self.session.hash_algo)
+ hash_ = h.calculateHash(self.session.hash_algo, file)
+ self.file_props['hash'] = hash_
+ h.addHash(hash_, self.session.hash_algo)
checksum = xmpp.Node(tag='checksum',
payload=[xmpp.Node(tag='file', payload=[h])])
checksum.setNamespace(xmpp.NS_JINGLE_FILE_TRANSFER)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits