diff options
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py deleted file mode 100644 index 1c705e8f7928..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent.py +++ /dev/null @@ -1,16 +0,0 @@ ---- bittorrent.py.orig Tue May 16 20:59:49 2006 -+++ bittorrent.py Thu May 18 23:04:01 2006 -@@ -14,6 +14,13 @@ - - from __future__ import division - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - import os - import sys - try: |