view hgext3rd/__init__.py @ 6666:a77b939c79e1 stable

tests: stop showing extra dict, which was added to see change The parent changeset changed the extra dict of some of these changesets. To better see how they change, the parent of the parent added code to show the extra dict.
author Manuel Jacob <me@manueljacob.de>
date Thu, 01 Feb 2024 19:23:53 +0100
parents 143c8e4dc22d
children
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)