hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 25 Mar 2020 10:06:32 +0100
changeset 44607 c13cbc3872c8
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
rust: update README to reflect use of `regex` crate Differential Revision: https://phab.mercurial-scm.org/D8325

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)