view hgext3rd/__init__.py @ 51221:5a7d5fd6808c

hg-cpython: rev_pyiter_collect_or_else It will be useful to give callers the control on the generated errors
author Georges Racinet <georges.racinet@octobus.net>
date Thu, 02 Nov 2023 12:17:06 +0100
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)