diff options
Diffstat (limited to 'net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent-console.py')
-rw-r--r-- | net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent-console.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent-console.py b/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent-console.py deleted file mode 100644 index 476f36587378..000000000000 --- a/net/py-bittorrent-devel/files/extra-psyco-patch-maketorrent-console.py +++ /dev/null @@ -1,16 +0,0 @@ ---- maketorrent-console.py Wed Oct 12 01:08:27 2005 -+++ maketorrent-console.py Wed Oct 12 07:58:31 2005 -@@ -12,6 +12,13 @@ - - # Written by Bram Cohen - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - if __name__ == '__main__': - from BitTorrent.platform import install_translation - install_translation() |