diff -r 9466604ef448 -r 41f84eea63c9 entity.py --- a/entity.py Tue Mar 09 11:42:06 2010 +0100 +++ b/entity.py Tue Mar 09 11:54:27 2010 +0100 @@ -883,12 +883,12 @@ """used by the full text indexer to get words to index this method should only be used on the repository side since it depends - on the logilab.db package + on the logilab.database package :rtype: list :return: the list of indexable word of this entity """ - from logilab.db.fti import tokenize + from logilab.database.fti import tokenize # take care to cases where we're modyfying the schema pending = self._cw.transaction_data.setdefault('pendingrdefs', set()) words = []