https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a7d9aca2b0df15c64d4e42e263422df9908ae42b authored by David Douard on 01 July 2020, 13:13:59 UTC
Extract the extra_headers from metadata on the Revision model class
Tip revision: a7d9aca
__init__.py
from pkgutil import extend_path
from typing import Iterable

__path__ = extend_path(__path__, __name__)  # type: Iterable[str]
back to top