aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py')
-rw-r--r--net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py
deleted file mode 100644
index 7828bb958cc9..000000000000
--- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-changetracker-console.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- changetracker-console.py.orig Tue Jun 6 20:43:34 2006
-+++ changetracker-console.py Thu Jun 15 14:45:47 2006
-@@ -12,6 +12,13 @@
-
- # Written by Henry 'Pi' James and Bram Cohen
-
-+try:
-+ import psyco
-+ assert psyco.__version__ >= 0x010300f0
-+ psyco.full()
-+except:
-+ pass
-+
- from BitTorrent.translation import _
-
- from os.path import basename