hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 31 Aug 2023 01:54:48 +0200
changeset 50945 0e6cea0c3113
parent 48966 6000f5b25c9b
child 51901 f4733654f144
permissions -rw-r--r--
extension: check the command attributes using `sysstr` Since we are checking attributes, lets use the native representation instead of bytes.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)