hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 08 Jun 2022 18:18:19 +0200
changeset 49352 97dcd6906e6f
parent 48875 6000f5b25c9b
permissions -rw-r--r--
rust-dirstate: add support for nevermatcher This is in case this ever comes up, it's very easy to support, so might as well do it.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)