hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Tue, 12 Apr 2022 17:26:23 +0200
changeset 49191 3f5e207f78be
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rust: use `entry.tracked()` directly This is the new API Differential Revision: https://phab.mercurial-scm.org/D12534

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)