view hgext/__init__.py @ 50546:2f5270af57c7

debug: use InputError instead of CommandError for validating arguments
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 31 May 2023 11:30:33 -0300
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)