https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: ac3b2b8f614a905062103c4cfacc49373cadf8d3 authored by Jenkins for Software Heritage on 31 October 2022, 09:01:33 UTC
Updated debian changelog for version 1.7.2
Tip revision: ac3b2b8
__init__.py
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)
back to top