diff options
Diffstat (limited to 'net/py-bittorrent/files/extra-psyco-patch-btmaketorrentgui.py')
-rw-r--r-- | net/py-bittorrent/files/extra-psyco-patch-btmaketorrentgui.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/py-bittorrent/files/extra-psyco-patch-btmaketorrentgui.py b/net/py-bittorrent/files/extra-psyco-patch-btmaketorrentgui.py deleted file mode 100644 index a635ddfdd462..000000000000 --- a/net/py-bittorrent/files/extra-psyco-patch-btmaketorrentgui.py +++ /dev/null @@ -1,18 +0,0 @@ ---- btmaketorrentgui.py.orig Mon May 30 00:20:48 2005 -+++ btmaketorrentgui.py Mon May 30 00:21:00 2005 -@@ -14,6 +14,15 @@ - - from __future__ import division - -+from BitTorrent import PSYCO -+if PSYCO.psyco: -+ try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+ except: -+ pass -+ - import os - import sys - |