diff options
Diffstat (limited to 'net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py')
-rw-r--r-- | net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py b/net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py deleted file mode 100644 index 6d34e1fdf08d..000000000000 --- a/net-p2p/py-bittorrent/files/extra-psyco-patch-changetracker-console.py +++ /dev/null @@ -1,16 +0,0 @@ ---- ./changetracker-console.py.orig Thu Mar 1 22:12:53 2007 -+++ ./changetracker-console.py Mon May 7 06:06:21 2007 -@@ -12,6 +12,13 @@ - - # Written by Henry 'Pi' James and Bram Cohen - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - app_name = "BitTorrent" - from BitTorrent.translation import _ - |