hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 15 Apr 2021 11:48:29 +0200
changeset 47072 820fe29d0fd8
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
paths: use `list_paths` in `hg paths` Using common code will make it simpler to update the logic behind the path definition and storage. Differential Revision: https://phab.mercurial-scm.org/D10441

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)