entity.py
changeset 4848 41f84eea63c9
parent 4835 13b0b96d7982
child 4850 bd640b137f50
--- 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 = []