- Revision
- 11168
- Author
- heikki
- Date
- 2006-07-14 10:39:11 -0700 (Fri, 14 Jul 2006)
Log Message
Get rid of unused import PyLucene. The reason it was added
here originally was because the Mac startup performance
suffered unless PyLucene was imported first. This should no longer
be an issue.
here originally was because the Mac startup performance
suffered unless PyLucene was imported first. This should no longer
be an issue.
Modified Paths
Diff
Modified: trunk/chandler/Chandler.py (11167 => 11168)
--- trunk/chandler/Chandler.py 2006-07-14 17:35:48 UTC (rev 11167) +++ trunk/chandler/Chandler.py 2006-07-14 17:39:11 UTC (rev 11168) @@ -18,7 +18,7 @@ """ -import os, PyLucene +import os import application.Globals as Globals import application.Utility as Utility
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
