view hgext3rd/__init__.py @ 50858:df6dfad5009a

rust-filepatterns: also normalize RelPath These patterns should be normalized too; this at least does no harm, and is necessary for proper status support.
author Spencer Baugh <sbaugh@janestreet.com>
date Wed, 02 Aug 2023 10:09:23 -0400
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)