adapt plugin imports

This commit is contained in:
Sarah Hoffmann
2024-05-18 19:35:18 +02:00
parent 44fface92a
commit dc7c11a9d1
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ Path settings for extra data used by Nominatim.
"""
from pathlib import Path
PHPLIB_DIR = (Path(__file__) / '..' / '..' / '..' / 'lib-php').resolve()
PHPLIB_DIR = None
SQLLIB_DIR = (Path(__file__) / '..' / '..' / '..' / 'lib-sql').resolve()
DATA_DIR = (Path(__file__) / '..' / '..' / '..' / 'data').resolve()
CONFIG_DIR = (Path(__file__) / '..' / '..' / '..' / 'settings').resolve()