summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py')
-rw-r--r--net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py
deleted file mode 100644
index feab82de7947..000000000000
--- a/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./maketorrent.py.orig Thu Mar 1 22:12:55 2007
-+++ ./maketorrent.py Mon May 7 06:06:21 2007
-@@ -14,6 +14,13 @@
-
- from __future__ import division
-
-+try:
-+ import psyco
-+ assert psyco.__version__ >= 0x010300f0
-+ psyco.full()
-+except:
-+ pass
-+
- app_name = "BitTorrent"
- from BTL.translation import _
-