hgext/__init__.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Tue, 16 Apr 2024 13:51:45 +0100
changeset 51604 32ba01b5669d
parent 48875 6000f5b25c9b
permissions -rw-r--r--
match: share code between includematcher and patternmatcher No need to have this duplication.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)