mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Code cleaning, tests simplification and use of python3-icu package
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, '@NOMINATIM_LIBDIR@/lib-python')
|
||||
#Add config directory to the python path for module importation
|
||||
sys.path.insert(1, '@NOMINATIM_CONFIGDIR@/..')
|
||||
sys.path.insert(1, '@NOMINATIM_LIBDIR@/lib-python')
|
||||
|
||||
os.environ['NOMINATIM_NOMINATIM_TOOL'] = os.path.abspath(__file__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user