hgext3rd/__init__.py
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Mon, 25 May 2020 17:29:38 -0400
changeset 44922 3db660b8eba6
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
grep: add test coverage of behavior on symlinks Differential Revision: https://phab.mercurial-scm.org/D8580

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

__path__ = pkgutil.extend_path(__path__, __name__)