BIM: Update shapefile import URL to latest version

Fixes #23911
This commit is contained in:
luzpaz
2025-09-15 08:30:01 -04:00
committed by Yorik van Havre
parent 929bd5090b
commit d9124497d3

View File

@@ -127,7 +127,7 @@ def checkShapeFileLibrary():
try:
import shapefile
except Exception:
url = "https://raw.githubusercontent.com/GeospatialPython/pyshp/master/shapefile.py"
url = "https://raw.githubusercontent.com/GeospatialPython/pyshp/refs/heads/master/src/shapefile.py"
if FreeCAD.GuiUp:
import urllib.request
import FreeCADGui