]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/tokenizer/test_icu_rule_loader.py
Merge pull request #3467 from mtmail/docs-datrie
[nominatim.git] / test / python / tokenizer / test_icu_rule_loader.py
index e89d3734b85d7483dcd4ef1f90e2ea807f2491a8..a3fae75815d4a1d0dad629b00a547c7d77efc1bb 100644 (file)
@@ -1,8 +1,8 @@
-# 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 converting a config file to ICU rules.
@@ -12,8 +12,8 @@ from textwrap import dedent
 import pytest
 import yaml
 
-from nominatim.tokenizer.icu_rule_loader import ICURuleLoader
-from nominatim.errors import UsageError
+from nominatim_db.tokenizer.icu_rule_loader import ICURuleLoader
+from nominatim_db.errors import UsageError
 
 from icu import Transliterator