Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/4eb09c546d4ebb612340de80301fdfc7549843b1/libs/importlib_resources/__init__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"""Read resources contained within a package."""
|
|
|
|
from ._common import (
|
|
as_file,
|
|
files,
|
|
Package,
|
|
)
|
|
|
|
from .abc import ResourceReader
|
|
|
|
|
|
__all__ = [
|
|
'Package',
|
|
'ResourceReader',
|
|
'as_file',
|
|
'files',
|
|
]
|