~mnordhoff/loggerhead/cheezum

« back to all changes in this revision

Viewing changes to loggerhead/search.py

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-10 00:13:18 UTC
  • mfrom: (164.18.29 trunk)
  • mto: (164.35.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 242.
  • Revision ID: guillo.gonzo@gmail.com-20080910001318-78w16x9zl9p7f1k3
 * merge with trunk 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
#
20
20
import sets
21
 
import os
22
21
try:
23
22
    from bzrlib.plugins.search import errors
24
23
    from bzrlib.plugins.search import index as _mod_index