hgext3rd/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Sat, 20 Jul 2024 00:41:37 +0200
changeset 51911 767f47fc9d42
parent 51863 f4733654f144
permissions -rw-r--r--
revlogutils: fix _chunk() reference _chunk is only found in the inner revlog object and not directly exposed outside.

# name space package to host third party extensions

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)