summaryrefslogtreecommitdiff
path: root/net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py')
-rw-r--r--net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py b/net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py
deleted file mode 100644
index bf6128eb8b65..000000000000
--- a/net/py-bittorrent/files/extra-psyco-patch-torrentinfo-console.py
+++ /dev/null
@@ -1,16 +0,0 @@
---- torrentinfo-console.py Wed Oct 12 01:08:50 2005
-+++ torrentinfo-console.py Wed Oct 12 07:58:48 2005
-@@ -12,6 +12,13 @@
-
- # Written by Henry 'Pi' James, Loring Holden and Matt Chisholm
-
-+try:
-+ import psyco
-+ assert psyco.__version__ >= 0x010300f0
-+ psyco.full()
-+except:
-+ pass
-+
- from BitTorrent.platform import install_translation
- install_translation()
-