hgext/__init__.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 06 Jan 2023 16:42:24 +0000
changeset 49908 789e152a6bdb
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
pathutil: use `finddirs_rev_noroot` instead of `parts` The benefit this brings is very tiny, if it's even there, since we still didn't get rid of the [parts] computation. It probably won't be worth it without the subsequent patch that adds one more use of [finddirs_rev_noroot]

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)