]> git.openstreetmap.org Git - nominatim.git/commit
use more generic ImportError to check for module
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 23 Apr 2021 19:10:19 +0000 (21:10 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 24 Apr 2021 13:13:06 +0000 (15:13 +0200)
commitb15a6875642bd40b273227752b914cde8864913d
tree2d86400e77f82c62a91779d9c002d98e9cc1490a
parent0289d125da1e07cd3571144672a091f3d74d51b5
use more generic ImportError to check for module

ModuleNotFoundError was only introduced in Python 3.6.
nominatim/db/async_connection.py
nominatim/tools/replication.py