hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 11 Jul 2019 09:38:42 -0700
changeset 4730 a95c6f578f70
parent 2020 143c8e4dc22d
permissions -rw-r--r--
py3: back out 23323092f0a7 D6623 has now been accepted in Mercurial (commit 83666f011679), so evolve commit 23323092f0a7 (py3: convert _origdoc to sysstr to match __doc__, 2019-07-09) is not longer needed.

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