]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/db/test_properties.py
lift restrictions on search with frequent terms slightly
[nominatim.git] / test / python / db / test_properties.py
index b17d41ea61de1e45c515b765c3b58777de5b6e53..e55bb973467611022791699aa6ad755955a4bdbb 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 property table manpulation.
 """
 import pytest
 
-from nominatim.db import properties
+from nominatim_db.db import properties
 
 @pytest.fixture
 def property_factory(property_table, temp_db_cursor):