diff options
Diffstat (limited to 'net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py')
| -rw-r--r-- | net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py b/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py deleted file mode 100644 index 9675c99cda69..000000000000 --- a/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent.py +++ /dev/null @@ -1,16 +0,0 @@ ---- maketorrent.py Wed Oct 12 01:08:27 2005 -+++ maketorrent.py Wed Oct 12 07:58:35 2005 -@@ -14,6 +14,13 @@ - - from __future__ import division - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - from BitTorrent.platform import install_translation - install_translation() - |
