Skip to content

Commit 883fa65

Browse files
author
Gordon B. McMillan
committed
Swich to new indexer.
1 parent c54e5a1 commit 883fa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/back_metakit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from roundup import hyperdb, date, password, roundupdb
22
import metakit
33
import re, marshal, os, sys, weakref, time, calendar
4-
from roundup.roundup_indexer import RoundupIndexer
4+
from roundup.indexer import Indexer
55

66
_instances = weakref.WeakValueDictionary()
77

@@ -27,7 +27,7 @@ def __init__(self, config, journaltag=None):
2727
self.dirty = 0
2828
self.__RW = 0
2929
self._db = self.__open()
30-
self.indexer = RoundupIndexer(self.config.DATABASE)
30+
self.indexer = Indexer(self.config.DATABASE)
3131
os.umask(0002)
3232

3333
# --- defined in ping's spec

0 commit comments

Comments
 (0)