mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
import sys
|
|
from pathlib import Path
|
|
|
|
# always test against the source
|
|
sys.path.insert(0, str((Path(__file__) / '..' / '..' / '..').resolve()))
|
|
|