X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/68bd9c6091521a53206fa2996b26ca26834f8df8..40cb17d2995baaba6bec299d4e6dc65b25dbdc28:/nominatim/db/sql_preprocessor.py?ds=inline 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):