view hgext/__init__.py @ 48301:9327ece2bc6f

relnotes: add 6.0 release notes Differential Revision: https://phab.mercurial-scm.org/D11736
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 04 Nov 2021 12:34:51 +0100
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)