Code

A few big changes in this commit:
[roundup.git] / test / test_indexer.py
index 18e56f971e81690ae753f155a2d72f31a7000a50..8155577fc6c2780d92563adac9486c3637e8df19 100644 (file)
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-# $Id: test_indexer.py,v 1.3 2003-10-25 22:53:26 richard Exp $
+# $Id: test_indexer.py,v 1.4 2004-03-19 04:47:59 richard Exp $
 
 import os, unittest, shutil
 
-from roundup.indexer import Indexer
+from roundup.backends.indexer_dbm import Indexer
 
 class IndexerTest(unittest.TestCase):
     def setUp(self):