hgext3rd/__init__.py
author Emmanuel Leblond <emmanuel.leblond@gmail.com>
Fri, 01 Nov 2019 11:02:47 -0700
branchstable
changeset 43374 65c37b431e76
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
py3: fix fsmonitor's _watchmantofsencoding exception message encoding Differential Revision: https://phab.mercurial-scm.org/D7190

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)