hgext/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Mon, 29 Jun 2020 16:36:53 +0200
branchstable
changeset 44838 f58928715d0c
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tests: ignore possible diagnostics from gpg 2.2 Differential Revision: https://phab.mercurial-scm.org/D8672

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)