https://github.com/SoftwareHeritage/swh-model
Revision 5ee4fc25e6271f79bacedd41a5573e33c58cdc01 authored by Jenkins for Software Heritage on 27 September 2019, 08:24:30 UTC, committed by Jenkins for Software Heritage on 27 September 2019, 08:24:30 UTC
swh-model Debian release 0.0.47-1~swh1

# Conflicts:
#	debian/changelog
2 parent s 5a0fca6 + 4df24bf
Raw File
Tip revision: 5ee4fc25e6271f79bacedd41a5573e33c58cdc01 authored by Jenkins for Software Heritage on 27 September 2019, 08:24:30 UTC
Merge tag 'debian/0.0.47-1_swh1' into debian/buster-swh
Tip revision: 5ee4fc2
__init__.py
from pkgutil import extend_path
from typing import Iterable

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