update path maps

This commit is contained in:
2025-09-08 15:08:01 -04:00
parent 4e4ddbf92a
commit 7dbe014f03
+2 -2
View File
@@ -10,11 +10,11 @@ from urllib.parse import urlencode, urljoin
from urllib.request import Request as UrlRequest, urlopen from urllib.request import Request as UrlRequest, urlopen
from urllib.error import URLError, HTTPError from urllib.error import URLError, HTTPError
from ..core.logging import _log from core.logging import _log
# Import path mapper for proper path handling # Import path mapper for proper path handling
try: try:
from ..core.path_mapper import path_mapper from core.path_mapper import path_mapper
except ImportError: except ImportError:
# Fallback for standalone testing # Fallback for standalone testing
class DummyPathMapper: class DummyPathMapper: