hgext3rd/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Wed, 18 Sep 2019 13:21:38 +0200
changeset 45976 35d5d1d8bcf0
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tests: simplify and extend pull-bundle test using debugbuilddag Differential Revision: https://phab.mercurial-scm.org/D9443

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

__path__ = pkgutil.extend_path(__path__, __name__)