]> 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 cdd1b7af97244c453538b6cb8e17dcca469d5099..e55bb973467611022791699aa6ad755955a4bdbb 100644 (file)
@@ -1,15 +1,15 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-3.0-or-later
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2022 by the Nominatim developer community.
+# 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):