hgext/__init__.py
author Mathias De Mare <mathias.de_mare@nokia.com>
Mon, 14 Feb 2022 11:32:03 +0100
branchstable
changeset 48739 aeeb54261099
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
packaging: replace centos8 by rockylinux 8 Differential Revision: https://phab.mercurial-scm.org/D12172

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)