view hgext3rd/__init__.py @ 6114:1b57516a9a56

serverminitopic: compatibility for cl.nodemap.get vs cl.index.get_rev
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 07 Jan 2022 12:26:53 +0100
parents 143c8e4dc22d
children
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__)