From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- .../py-bittorrent/files/extra-psyco-patch-bttest.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net-p2p/py-bittorrent/files/extra-psyco-patch-bttest.py (limited to 'net-p2p/py-bittorrent/files/extra-psyco-patch-bttest.py') diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-bttest.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-bttest.py deleted file mode 100644 index 0694d2950f13..000000000000 --- a/net-p2p/py-bittorrent/files/extra-psyco-patch-bttest.py +++ /dev/null @@ -1,18 +0,0 @@ ---- bttest.py.orig Fri Mar 11 23:17:05 2005 -+++ bttest.py Fri Mar 11 23:17:12 2005 -@@ -12,6 +12,15 @@ - - # Written by Bram Cohen - -+from BitTorrent import PSYCO -+if PSYCO.psyco: -+ try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+ except: -+ pass -+ - from BitTorrent import testtest - import bttrack - import btmakemetafile -- cgit v1.2.3