view hgext/__init__.py @ 51323:46280260d010

pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 18 Dec 2023 15:52:17 -0300
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)