summaryrefslogtreecommitdiff
path: root/net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py')
-rw-r--r--net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py b/net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py
deleted file mode 100644
index f70d4e932b7c..000000000000
--- a/net-p2p/py-kenosis-bittorrent/files/patch-btcompletedir.py
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN BitTorrent-3.4.2/btcompletedir.py BitTorrent.cvs/btcompletedir.py
---- btcompletedir.py Wed Mar 3 14:44:06 2004
-+++ btcompletedir.py Sun May 23 04:31:44 2004
-@@ -30,6 +30,8 @@
- subtotal[0] += x
- vc(float(subtotal[0]) / total)
- for i in togen:
-+ if flag.isSet():
-+ break
- t = split(i)
- if t[1] == '':
- i = t[0]