diff options
Diffstat (limited to 'net-p2p/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadheadless.py')
-rw-r--r-- | net-p2p/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadheadless.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadheadless.py b/net-p2p/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadheadless.py deleted file mode 100644 index ba6038187d0..00000000000 --- a/net-p2p/py-kenosis-bittorrent/files/extra-psyco-patch-btdownloadheadless.py +++ /dev/null @@ -1,18 +0,0 @@ ---- btdownloadheadless.py Thu Dec 16 11:03:11 2004 -+++ btdownloadheadless.py Thu Dec 16 11:14:16 2004 -@@ -3,6 +3,15 @@ - # Written by Bram Cohen - # 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 |