summaryrefslogtreecommitdiff
path: root/net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py')
-rw-r--r--net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py b/net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py
deleted file mode 100644
index f9914687c61b..000000000000
--- a/net/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadcurses.py
+++ /dev/null
@@ -1,18 +0,0 @@
---- btdownloadcurses.py Thu Dec 16 11:03:11 2004
-+++ btdownloadcurses.py Thu Dec 16 11:13:54 2004
-@@ -3,6 +3,15 @@
- # Written by Henry 'Pi' James
- # see LICENSE.txt for license information
-
-+from BitTorrent import PSYCO
-+if PSYCO.psyco:
-+ try:
-+ import psyco
-+ assert psyco.__version__ >= 0x010300f0
-+ psyco.full()
-+ except:
-+ pass
-+
- from BitTorrent.download import download
- from threading import Event
- from os.path import abspath