mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
431a8ce77d
o This version has been specially patched to enable launchmany-{console,curses}. This is experimental
17 lines
351 B
Python
17 lines
351 B
Python
--- changetracker-console.py.orig Tue Jun 6 20:43:34 2006
|
|
+++ changetracker-console.py Thu Jun 15 14:45:47 2006
|
|
@@ -12,6 +12,13 @@
|
|
|
|
# Written by Henry 'Pi' James and Bram Cohen
|
|
|
|
+try:
|
|
+ import psyco
|
|
+ assert psyco.__version__ >= 0x010300f0
|
|
+ psyco.full()
|
|
+except:
|
|
+ pass
|
|
+
|
|
from BitTorrent.translation import _
|
|
|
|
from os.path import basename
|