]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/mocks.py
reduce from 3 to 2 packages
[nominatim.git] / test / python / mocks.py
index a1020c8677eb72b5ced751824e03d5e4cfde5fd5..82e700bd4456f71fc8c839f0741d450decdc958c 100644 (file)
@@ -11,7 +11,7 @@ import itertools
 
 import psycopg2.extras
 
-from nominatim_core.db import properties
+from nominatim_db.db import properties
 
 # This must always point to the mock word table for the default tokenizer.
 from mock_icu_word_table import MockIcuWordTable as MockWordTable