hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 16 Jul 2019 00:00:17 -0400
changeset 42607 8f7c3f43e3ac
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
inno: correct the path display in a literal block of the readme Otherwise, the path components allrantogether. Differential Revision: https://phab.mercurial-scm.org/D6648

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)