view hgext/__init__.py @ 52173:ba9df4e6abb8

fncache: refactor load check into a property This makes the intent more obvious new callers less prone to error.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 29 Jul 2024 20:34:06 +0200
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)