aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py')
-rw-r--r--net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py
deleted file mode 100644
index d1d47a7615f6..000000000000
--- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-btlaunchmany.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- btlaunchmany.py.orig Fri Mar 11 23:14:47 2005
-+++ btlaunchmany.py Fri Mar 11 23:14:54 2005
-@@ -12,6 +12,15 @@
-
- # Written by John Hoffman
-
-+from BitTorrent import PSYCO
-+if PSYCO.psyco:
-+ try:
-+ import psyco
-+ assert psyco.__version__ >= 0x010300f0
-+ psyco.full()
-+ except:
-+ pass
-+
- import sys
- import os
-