remove duplicate line

This commit is contained in:
Nikos Kouremenos 2005-10-03 17:34:03 +00:00
parent 5c61b2de72
commit 11d3316af2
1 changed files with 0 additions and 1 deletions

View File

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