X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/89c90bedb913a90c754115fcf8b150a474c91271..9025b0ec78bd770e74a1bed85c8d2e43ce5f571a:/nominatim/db/sql_preprocessor.py diff --git a/nominatim/db/sql_preprocessor.py b/nominatim/db/sql_preprocessor.py index 9e0b2912..dafc5de4 100644 --- a/nominatim/db/sql_preprocessor.py +++ b/nominatim/db/sql_preprocessor.py @@ -89,8 +89,6 @@ class SQLPreprocessor: self.env.globals['db'] = db_info self.env.globals['sql'] = _setup_postgres_sql(conn) self.env.globals['postgres'] = _setup_postgresql_features(conn) - self.env.globals['modulepath'] = config.DATABASE_MODULE_PATH or \ - str((config.project_dir / 'module').resolve()) def run_sql_file(self, conn, name, **kwargs):