view hgext3rd/__init__.py @ 47081:e917fa36fb58 stable

heptapod-ci: enable pytype checking The trigger is manual for now, until we get a better idea about stability, resource usage, etc. Differential Revision: https://phab.mercurial-scm.org/D10462
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 12 Apr 2021 20:58:19 -0400
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)