hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 05 Jun 2019 17:58:34 +0200
changeset 42545 2db96bf84a8f
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
rust-dirstate: call new "dirs" rust implementation from Python This is a simple module attribute replacement, will take precedence over the Python and C implementations. Differential Revision: https://phab.mercurial-scm.org/D6395

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)