hgext3rd/__init__.py
author Jean-Francois Pieronne <jf.pieronne@laposte.net>
Thu, 03 Aug 2023 02:34:17 +0200
changeset 51001 82bc0b26db50
parent 48966 6000f5b25c9b
permissions -rw-r--r--
openvms: mark symlink as unsupported on OpenVMS OpenVMS's symlink emulation is broken on some OpenVMS versions, so we better disable them altogether for now.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)