Title: [commits] (heikki) [11170] PyLucene import still seems to be needed, at least on Intel Macs.
Revision
11170
Author
heikki
Date
2006-07-14 14:17:45 -0700 (Fri, 14 Jul 2006)

Log Message

PyLucene import still seems to be needed, at least on Intel Macs.
Startup performance took over 50% hit when the PyLucene import
was removed.

Modified Paths

Diff

Modified: trunk/chandler/Chandler.py (11169 => 11170)

--- trunk/chandler/Chandler.py	2006-07-14 18:29:34 UTC (rev 11169)
+++ trunk/chandler/Chandler.py	2006-07-14 21:17:45 UTC (rev 11170)
@@ -18,7 +18,7 @@
 """
 
 
-import os
+import os, PyLucene
 import application.Globals as Globals
 import application.Utility as Utility
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to