hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Wed, 11 Jan 2023 16:51:37 +0400
changeset 49882 8c7895db8955
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
dirstate: add missing methods and kwargs to idirstate interface

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)