hgext/__init__.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Fri, 12 Apr 2024 14:21:14 +0100
branchstable
changeset 51568 2a89d2f6336f
parent 48875 6000f5b25c9b
permissions -rw-r--r--
match: rename RootFiles to RootFilesIn for more consistency

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)