freebsd-ports/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py
2005-10-12 12:28:54 +00:00

16 lines
333 B
Python

--- launchmany-curses.py Wed Oct 12 01:08:27 2005
+++ launchmany-curses.py Wed Oct 12 07:58:27 2005
@@ -14,6 +14,13 @@
from __future__ import division
+try:
+ import psyco
+ assert psyco.__version__ >= 0x010300f0
+ psyco.full()
+except:
+ pass
+
from BitTorrent.platform import install_translation
install_translation()