hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Thu, 12 Jan 2023 19:59:01 +0400
branchstable
changeset 49900 9282930f8b52
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
convert: turn the last str regex into bytes in cvs.py (issue6789) Since root is bytes, the regular expression should also be bytes.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)