remove duplicate line

This commit is contained in:
Nikos Kouremenos 2005-10-03 17:34:03 +00:00
parent 5c61b2de72
commit 11d3316af2

View file

@ -806,7 +806,6 @@ class Connection:
raise common.xmpp.NodeProcessed raise common.xmpp.NodeProcessed
def _get_sha(self, sid, initiator, target): def _get_sha(self, sid, initiator, target):
import sha
return sha.new("%s%s%s" % (sid, initiator, target)).hexdigest() return sha.new("%s%s%s" % (sid, initiator, target)).hexdigest()
def result_socks5_sid(self, sid, hash_id): def result_socks5_sid(self, sid, hash_id):