hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 05 Nov 2019 21:35:19 +0900
branchstable
changeset 43418 ca3dca416f8d
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
py3: add inline comment about encoding issue of str(Abort())

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

__path__ = pkgutil.extend_path(__path__, __name__)