summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:13:37 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-08-28 18:13:37 +0000
commit44f70f74330d974149f2dcb18edbd36d5beb8343 (patch)
treebb9cb31a4cd8b705cfb78b31ef824e21556d1a20 /net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
parentUpdate to 0.10.1 (diff)
Update to 4.0.4
Notes
Notes: svn path=/head/; revision=141155
Diffstat (limited to 'net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py')
-rw-r--r--net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
index 9cb26a477321..ba827e720916 100644
--- a/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
+++ b/net-p2p/py-bittorrent/files/extra-psyco-patch-btreannouce.py
@@ -1,5 +1,5 @@
---- btreannounce.py.orig Fri Mar 11 23:15:59 2005
-+++ btreannounce.py Fri Mar 11 23:16:05 2005
+--- btreannounce.py.orig Wed Aug 17 15:24:19 2005
++++ btreannounce.py Mon Aug 22 23:06:19 2005
@@ -12,6 +12,15 @@
# Written by Henry 'Pi' James and Bram Cohen
@@ -13,6 +13,6 @@
+ except:
+ pass
+
- from sys import argv
+ from os.path import basename
+ from sys import argv, exit
from BitTorrent.bencode import bencode, bdecode
-