mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
move lua scripts into a separate directory
This commit is contained in:
@@ -11,4 +11,5 @@ from pathlib import Path
|
||||
|
||||
DATA_DIR = (Path(__file__) / '..' / 'resources').resolve()
|
||||
SQLLIB_DIR = (DATA_DIR / 'lib-sql')
|
||||
LUALIB_DIR = (DATA_DIR / 'lib-lua')
|
||||
CONFIG_DIR = (DATA_DIR / 'settings')
|
||||
|
||||
Reference in New Issue
Block a user