# HG changeset patch # User Tom Gottfried # Date 1494864384 -7200 # Node ID efa52271786b31c6df5fbf2921c4c216e5df835d # Parent cd8fce40f151b88453c4ed550a7f7e4411a15950 Fix path to python importer. diff -r cd8fce40f151 -r efa52271786b backend/contrib/import_river.sh --- a/backend/contrib/import_river.sh Mon May 15 18:05:29 2017 +0200 +++ b/backend/contrib/import_river.sh Mon May 15 18:06:24 2017 +0200 @@ -351,7 +351,7 @@ RIVER_PATH=$(dirname "$RIVER_PATH")/../.. RIVER_PATH=$(readlink -f "$RIVER_PATH") - exec python $(dirname $0)/geodaesie/shpimporter.py \ + exec python $(dirname $0)/shpimporter/shpimporter.py \ --directory $RIVER_PATH \ --river_name "$RIVER_NAME" \ --ogr_connection "$OGR_CONNECTION" \