update path maps
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user