]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tools/refresh.py
port function to compute initial postcodes to Python
[nominatim.git] / nominatim / tools / refresh.py
index 581c69e8a110875406dfc76cf4a0f245ef0e3d9a..77eecf0457119c5d338af71c160659beca9f9a44 100644 (file)
@@ -7,9 +7,9 @@ from textwrap import dedent
 
 from psycopg2.extras import execute_values
 
-from ..db.utils import execute_file
-from ..db.sql_preprocessor import SQLPreprocessor
-from ..version import NOMINATIM_VERSION
+from nominatim.db.utils import execute_file
+from nominatim.db.sql_preprocessor import SQLPreprocessor
+from nominatim.version import NOMINATIM_VERSION
 
 LOG = logging.getLogger()