]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/db/test_async_connection.py
port unit tests to new python package layout
[nominatim.git] / test / python / db / test_async_connection.py
index 9765f2794f0c32867dcc1b0804c9fca4c58f2a71..019f53c15d0ce59fd0ba392f775eafc3b12edb6f 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 function providing a non-blocking query interface towards PostgreSQL.
@@ -13,7 +13,7 @@ import concurrent.futures
 import pytest
 import psycopg2
 
-from nominatim.db.async_connection import DBConnection, DeadlockHandler
+from nominatim_core.db.async_connection import DBConnection, DeadlockHandler
 
 
 @pytest.fixture