diff options
Diffstat (limited to 'net-p2p/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py')
-rw-r--r-- | net-p2p/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py deleted file mode 100644 index dadec7b091dd..000000000000 --- a/net-p2p/py-bittorrent/files/extra-psyco-patch-btdownloadcurses.py +++ /dev/null @@ -1,18 +0,0 @@ ---- btdownloadcurses.py.orig Fri Mar 11 23:12:10 2005 -+++ btdownloadcurses.py Fri Mar 11 23:13:08 2005 -@@ -15,6 +15,15 @@ - - from __future__ import division - -+from BitTorrent import PSYCO -+if PSYCO.psyco: -+ try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+ except: -+ pass -+ - SPEW_SCROLL_RATE = 1 - - import sys |