hgext3rd/__init__.py
author Kyle Lippincott <spectral@google.com>
Thu, 29 Mar 2018 13:01:05 -0700
changeset 3649 4fcf815916f5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: do not exit 1 when there are no troubled changesets (issue5823) There are possibly other cases we also do not wish to exit non-zero for in this function, but I did not analyze them closely and am just looking at resolving issue5823.

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