2007-05-31 04:04:24 +02:00
|
|
|
--- ./changetracker-console.py.orig Thu Mar 1 22:12:53 2007
|
|
|
|
+++ ./changetracker-console.py Mon May 7 06:06:21 2007
|
2005-12-08 18:27:32 +01:00
|
|
|
@@ -12,6 +12,13 @@
|
|
|
|
|
|
|
|
# Written by Henry 'Pi' James and Bram Cohen
|
|
|
|
|
|
|
|
+try:
|
|
|
|
+ import psyco
|
|
|
|
+ assert psyco.__version__ >= 0x010300f0
|
|
|
|
+ psyco.full()
|
|
|
|
+except:
|
|
|
|
+ pass
|
|
|
|
+
|
2007-01-20 14:39:00 +01:00
|
|
|
app_name = "BitTorrent"
|
2006-06-24 22:17:41 +02:00
|
|
|
from BitTorrent.translation import _
|
2005-12-08 18:27:32 +01:00
|
|
|
|