]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/db/test_sql_preprocessor.py
Merge pull request #3458 from lonvia/python-package
[nominatim.git] / test / python / db / test_sql_preprocessor.py
index 2ca0c66112e8b8f094a2045e681cb3fa6bc10eae..114c5244e14f77c040434c127c6ecf20ae743ec7 100644 (file)
@@ -1,9 +1,15 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of Nominatim. (https://nominatim.org)
+#
+# Copyright (C) 2024 by the Nominatim developer community.
+# For a full list of authors see the git log.
 """
 Tests for SQL preprocessing.
 """
 import pytest
 
-from nominatim.db.sql_preprocessor import SQLPreprocessor
+from nominatim_db.db.sql_preprocessor import SQLPreprocessor
 
 @pytest.fixture
 def sql_factory(tmp_path):