freebsd-ports/net-p2p/py-bittorrent/files/extra-psyco-patch-maketorrent.py
Mario Sergio Fujikawa Ferreira 8d8dbdbd68 o Update to 4.20.0
o launchmany-{console,curses} do not work on this release
2006-06-24 20:17:41 +00:00

16 lines
299 B
Python

--- maketorrent.py.orig Tue Jun 6 20:43:43 2006
+++ maketorrent.py Thu Jun 15 14:46:45 2006
@@ -14,6 +14,13 @@
from __future__ import division
+try:
+ import psyco
+ assert psyco.__version__ >= 0x010300f0
+ psyco.full()
+except:
+ pass
+
from BitTorrent.translation import _
import os