view hgext/__init__.py @ 45054:922dbf0df4f1

hgignore: add mypy cache files Differential Revision: https://phab.mercurial-scm.org/D8692
author Antoine Cezar <antoine.cezar@octobus.net>
date Mon, 06 Jul 2020 10:30:55 +0200
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)