hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 10 Nov 2021 11:43:22 +0100
branchstable
changeset 48321 6248607381f2
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
internals: typo pass on the dirstate-v2 help file Differential Revision: https://phab.mercurial-scm.org/D11747

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)