view hgext3rd/__init__.py @ 48739:aeeb54261099 stable

packaging: replace centos8 by rockylinux 8 Differential Revision: https://phab.mercurial-scm.org/D12172
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 14 Feb 2022 11:32:03 +0100
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__)