remove NOMINATIM_NOMINATIM_TOOL variable

This was used by the old PHP scripts to call the Python tool.
With the scripts now gone, the variable can be removed.
This commit is contained in:
Sarah Hoffmann
2022-11-26 16:40:20 +01:00
parent 04ee39467a
commit 0ed60d29cb
3 changed files with 0 additions and 5 deletions

View File

@@ -4,8 +4,6 @@ import os
sys.path.insert(1, '@NOMINATIM_LIBDIR@/lib-python')
os.environ['NOMINATIM_NOMINATIM_TOOL'] = os.path.abspath(__file__)
from nominatim import cli
from nominatim import version

View File

@@ -4,8 +4,6 @@ import os
sys.path.insert(1, '@CMAKE_SOURCE_DIR@')
os.environ['NOMINATIM_NOMINATIM_TOOL'] = os.path.abspath(__file__)
from nominatim import cli
from nominatim import version