view hgext3rd/__init__.py @ 48304:2ec5fbe26659

backout: backed out changeset 67d14d4e036c Same as the previous patch, this breaks the Windows CI for some yet unknown reason. Differential Revision: https://phab.mercurial-scm.org/D11727
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 27 Oct 2021 15:18:52 +0200
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__)