hgext3rd/__init__.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 26 Apr 2024 19:43:42 +0100
changeset 51624 e32f23f15623
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
largefiles: mark more matchers as having been tampered with These happened to slip through the cracks earlier because they weren't caught by tests. Now that we're enabling rust fast path more widely these start breaking.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)