view hgext3rd/__init__.py @ 49529:c1cb90d72196 stable

Added tag 6.3rc0 for changeset a3356ab610fc
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 24 Oct 2022 17:30:19 +0200
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)