hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 11 Jan 2023 17:28:48 +0100
changeset 50039 795b5b01cbd2
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rhg-files: make signature of `display_files` more flexible This allows the callers to use any error type that converts to `CommandError` instead of a particular concrete type.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)