view hgext/__init__.py @ 51519:84fca6d79e25

branchcache: introduce a base class for branchmap This will help define a clear boundary between the two.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 25 Feb 2024 14:09:36 +0100
parents 6000f5b25c9b
children
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)